| Crates.io | tinystr-macros |
| lib.rs | tinystr-macros |
| version | 0.2.0 |
| created_at | 2020-08-21 19:12:22.440613+00 |
| updated_at | 2020-10-12 20:47:57.702033+00 |
| description | Proc macros for TinyStr. |
| homepage | |
| repository | https://github.com/zbraniecki/tinystr |
| max_upload_size | |
| id | 279305 |
| size | 15,709 |
A set of proc macros for TinyStr allowing for:
use tinystr::macros::tinystr4;
let UND: TinyStr4 = tinystr4!("und");
assert_eq!(UND, "und");
The crate is fully functional and ready to be used in production. The capabilities can be extended.