cargo-binstall/crates/binstalk/src
Jiahao XU c48bc2a264
Fix crate normalize-path (#508)
* Impl new function `NormalizePath::is_normalized`
* Always normalize and ret `PathBuf` in `NormalizePath::normalize`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-11-03 23:11:43 +13:00
..
drivers Disable tcp_nodelay for reqwest::Client and add rate limiting for https requests (#458) 2022-10-07 15:51:34 +11:00
fetchers Support default filename with underscores. (#495) 2022-10-20 12:44:35 +11:00
helpers Make extraction cancellable for bin and tar based formats (#481) 2022-10-13 13:31:13 +13:00
manifests Improve auto discover (#433) 2022-09-28 02:52:14 +00:00
ops Fix clippy error on unit test CI (#503) 2022-10-28 13:48:16 +13:00
bins.rs Fix crate normalize-path (#508) 2022-11-03 23:11:43 +13:00
drivers.rs Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00
errors.rs Make extraction cancellable for bin and tar based formats (#481) 2022-10-13 13:31:13 +13:00
fetchers.rs Disable tcp_nodelay for reqwest::Client and add rate limiting for https requests (#458) 2022-10-07 15:51:34 +11:00
fs.rs Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00
helpers.rs Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00
lib.rs Support new cmdline option --roots (#389) 2022-09-17 20:34:36 +12:00
manifests.rs Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00
ops.rs Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00