2 unstable releases

0.2.0 Oct 12, 2020
0.1.0 Aug 21, 2020

#32 in #small

Download history 11666/week @ 2023-11-26 10013/week @ 2023-12-03 11021/week @ 2023-12-10 11380/week @ 2023-12-17 3344/week @ 2023-12-24 7178/week @ 2023-12-31 8619/week @ 2024-01-07 8588/week @ 2024-01-14 8656/week @ 2024-01-21 11141/week @ 2024-01-28 10554/week @ 2024-02-04 12743/week @ 2024-02-11 9824/week @ 2024-02-18 11568/week @ 2024-02-25 11024/week @ 2024-03-03 4788/week @ 2024-03-10

37,427 downloads per month

Apache-2.0/MIT

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.

Dependencies