cargo-binstall/crates/binstalk
Jiahao XU 138112cd6e
Optimize TargetTriple: Use Cow<'static, str> (#1161)
instead of `CompactString` since `target_lexicon::{OperatingSystem,
Architecture, Environment}::into_str()` will return a `&'static str`
most of the time.

Also updated `SUPPORT.md`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-21 10:05:19 +00:00
..
src Optimize TargetTriple: Use Cow<'static, str> (#1161) 2023-06-21 10:05:19 +00:00
tests Replace use of log with tracing (#527) 2022-11-13 21:45:37 +13:00
Cargo.toml Optimize TargetTriple: Use Cow<'static, str> (#1161) 2023-06-21 10:05:19 +00:00
LICENSE Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00