format_args_conditional

Crates.ioformat_args_conditional
lib.rsformat_args_conditional
version0.1.1
sourcesrc
created_at2024-03-13 23:05:30.535384
updated_at2024-03-13 23:47:15.024282
descriptionA procedural macro that can expand to one macro or another based on whether `format_args!` input could be optimized as `write_str`
homepage
repository
max_upload_size
id1172663
size18,967
Alyssa Haroldsen (kupiakos)

documentation

README

This is the procedural macro that powers bitty_write_macro. It can be used in your own projects to generate different code based on whether format arguments use variables or a constant string.

Commit count: 0

cargo fmt