cargo-binstall/crates/bin/src
Jiahao XU 5683ca2476
Add new crate leon-macros that provide template! with identical syntax as runtime parsing (#946)
`leon_macros::template!` can parse template at compile-time.
It accepts a utf-8 string literal and uses `leon` internally to parse it, then generate code that evaluates to `Template<'static>`.

 - Exclude fuzz from crate leon when publishing
 - Impl fn-like proc-macro `leon_macros::template!`
 - Add dep `leon-macros` to binstalk
 - Use `leon_macros::template!` in `binstalk::fetchers::gh_crate_meta::hosting`
 - Add doc for `leon-macros` in `leon`
 - Improve `std::fmt::Display` impl for `leon::ParseError`
 - Fixed broken infra link in leon

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-04-17 14:50:58 +10:00
..
args.rs Add new crate leon-macros that provide template! with identical syntax as runtime parsing (#946) 2023-04-17 14:50:58 +10:00
bin_util.rs Perform startup/init code eagerly in entry::install_crates (#880) 2023-03-11 15:06:46 +11:00
entry.rs Obey crates.io crawler policy: Only make one request per sec (#908) 2023-03-14 17:11:22 +11:00
git_credentials.rs Clarify git credential code and fix infinite loop bug (#898) 2023-03-13 14:40:36 +11:00
install_path.rs Use install.root in $CARGO_HOME/config.toml (#884) 2023-03-16 11:53:12 +11:00
lib.rs Clarify git credential code and fix infinite loop bug (#898) 2023-03-13 14:40:36 +11:00
logging.rs Feature: Better retry policy in binstalk-downloader (#794) 2023-02-13 13:43:48 +11:00
main.rs Perform startup/init code eagerly in entry::install_crates (#880) 2023-03-11 15:06:46 +11:00
manifests.rs Fix #588 race cond updating .crates.toml (#645) 2023-01-04 01:01:02 +00:00
ui.rs Fix panic in ui::confirm on I/O error (#576) 2022-11-29 05:53:45 +00:00