2 unstable releases
0.2.0 | Oct 12, 2020 |
---|---|
0.1.0 | Aug 21, 2020 |
#32 in #small
69,162 downloads per month
13KB
174 lines
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
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
lib.rs
:
tinystr-macros
exports proc macros to convert byte strings to raw TinyStr data.
Not intended for public consumption; use tinystr
instead.