cargo-binstall/crates
Jiahao XU 66abf1b8c1
More mionr optimizations (#553)
* Optimize `BinFile::preview_bin`: Use `Path::display` instead of `to_string_lossy` to avoid allocation.
* Refactor: Rm useless `AsRef::as_ref` call
* Optimize `GhCrateMeta::find`: Reduce fut size by converting `Url` to `String`
   `Url` is much larger than `String`.
* Refactor `PackageInfo::resolve`: Destruct `Meta::binstall`
* Optimize `resolve::load_manifest_path`: Avoid allocation

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-11-22 19:35:16 +13:00
..
bin Bump tokio from 1.21.2 to 1.22.0 (#548) 2022-11-21 02:19:14 +00:00
binstalk More mionr optimizations (#553) 2022-11-22 19:35:16 +13:00
binstalk-downloader Bump tokio from 1.21.2 to 1.22.0 (#548) 2022-11-21 02:19:14 +00:00
binstalk-manifests Bump serde_json from 1.0.87 to 1.0.88 (#547) 2022-11-21 02:37:50 +00:00
binstalk-types Refactor: Extract new crate binstalk-types plus other misc refactor and optimization (#535) 2022-11-17 13:46:27 +13:00
detect-targets detect-targets: Add support of MacOS universal binary (#552) 2022-11-21 22:16:28 +13:00
detect-wasi release: detect-wasi v1.0.0 (#332) 2022-09-04 13:45:28 +00:00
fs-lock release: fs-lock v0.1.0 (#339) 2022-09-04 16:04:52 +00:00
normalize-path release: normalize-path v0.2.0 (#509) 2022-11-04 17:30:21 +11:00