format_args_conditional 0.1.1

A procedural macro that can expand to one macro or another based on whether `format_args!` input could be optimized as `write_str`
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 18.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 288.29 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kupiakos

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.