cargo-binstall/src
Jiahao XU 3f72e9b81a
Use tempfile::NamedTempFile in unit test of binstall_v1
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-07-28 01:45:54 +10:00
..
binstall Refactor: Use binstall_v1::MetaData in mod binstall 2022-07-27 19:44:16 +10:00
drivers Fix typo in impl Version for crates_io_api::Version 2022-07-21 19:20:21 +10:00
fetchers Find best download source out of alternatives (format extension) (#236) 2022-07-24 14:32:23 +12:00
helpers Impl io::Seek for FileLock 2022-07-26 22:52:25 +10:00
metafiles Use tempfile::NamedTempFile in unit test of binstall_v1 2022-07-28 01:45:54 +10:00
bins.rs Optimize CratesToml: Use CompactString for bins 2022-07-26 13:48:04 +10:00
binstall.rs Refactor: Use binstall_v1::MetaData in mod binstall 2022-07-27 19:44:16 +10:00
drivers.rs Refactor:Mv mod visitor vfs under crates_io 2022-06-21 13:44:12 +10:00
errors.rs Add new variant BinstallError::TaskJoinError 2022-07-21 20:40:31 +10:00
fetchers.rs Find best download source out of alternatives (format extension) (#236) 2022-07-24 14:32:23 +12:00
formats.rs Find best download source out of alternatives (format extension) (#236) 2022-07-24 14:32:23 +12:00
helpers.rs Refactor: Extract helpers::cratesio_url 2022-07-27 19:22:45 +10:00
lib.rs Find best download source out of alternatives (format extension) (#236) 2022-07-24 14:32:23 +12:00
main.rs Write to .binstall-crates.toml in entry 2022-07-27 23:15:54 +10:00
metafiles.rs Impl metafiles::binstall_v1::{Entry, Source} 2022-07-26 22:29:10 +10:00
target.rs Rm unused derive(Clone) for DesiredTargets 2022-07-21 15:07:09 +10:00