- #10 Fix
missing_docs
warnings by simply adding#[allow]
to generated methods (author: Mike Tsao)
- Fix warnings when
with_serde
feature is not enabled
- Add
Box<str>
and&'static str
synonyms - Add
NonZero*
synonyms - Add
.value()
method - Add
From<String>
forBox<str>
synonyms - Optimize
FromStr
forBox<str>
synonyms - Reorganize the documentation
- Fix
missing_docs
warning onas_str
- #2 Fix
as_str
for String synonyms (author: Mike Tsao) - Reduce dependencies
- Update to Rust 1.74
- Update to Rust 1.72
- Add documentation
- Add serde support
- Impl
as_str
for String synonyms
- Add Display
- Add number ops
- Initial release