cargo-binstall/crates/bin
Jiahao XU 5683ca2476
Add new crate leon-macros that provide template! with identical syntax as runtime parsing ()
`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
..
src Add new crate leon-macros that provide template! with identical syntax as runtime parsing () 2023-04-17 14:50:58 +10:00
build.rs Bump embed-resource from 1.8.0 to 2.0.0 () 2023-03-27 03:12:08 +00:00
Cargo.toml Bump clap from 4.2.1 to 4.2.2 () 2023-04-14 02:24:24 +00:00
LICENSE Split crates and clean up structure of codebase () 2022-08-20 11:24:12 +00:00
manifest.rc Split crates and clean up structure of codebase () 2022-08-20 11:24:12 +00:00
release.toml Fix release PR template () 2022-09-04 15:19:17 +00:00
windows.manifest release: cargo-binstall v0.22.0 () 2023-03-23 00:44:11 +11:00