cargo-binstall/crates/binstalk
Jiahao XU 66abf1b8c1
More mionr optimizations ()
* 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
..
src More mionr optimizations () 2022-11-22 19:35:16 +13:00
tests Replace use of log with tracing () 2022-11-13 21:45:37 +13:00
Cargo.toml Bump tokio from 1.21.2 to 1.22.0 () 2022-11-21 02:19:14 +00:00
LICENSE Rename lib to binstalk () 2022-09-10 16:44:18 +10:00