tinystr-macros

Crates.iotinystr-macros
lib.rstinystr-macros
version0.2.0
sourcesrc
created_at2020-08-21 19:12:22.440613
updated_at2020-10-12 20:47:57.702033
descriptionProc macros for TinyStr.
homepage
repositoryhttps://github.com/zbraniecki/tinystr
max_upload_size
id279305
size15,709
Zibi Braniecki (zbraniecki)

documentation

README

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.
Commit count: 132

cargo fmt