tinystr-macros 0.1.0

Proc macros for TinyStr.
Documentation

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