idanarye / rust-typed-builder

Compile-time type-checked builder derive
https://crates.io/crates/typed-builder
Apache License 2.0
919 stars 52 forks source link

Use format_ident! macro to build formatted identifiers #128

Open itchyny opened 11 months ago

itchyny commented 11 months ago

The format_ident! macro saves us the code for stripping r#.

idanarye commented 11 months ago

I've mereged #127, so please rebase this PR.