tinystr-macros 0.2.0

Proc macros for TinyStr.
Documentation
  • Coverage
  • 25%
    1 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 15.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 246.06 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • zbraniecki/tinystr
    60 8 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zbraniecki

A set of proc macros for TinyStr allowing for:

use tinystr::macros::tinystr4;

let UND: TinyStr4 = tinystr4!("und");
assert_eq!(UND, "und");

Status

The crate is fully functional and ready to be used in production. The capabilities can be extended.

License