Releases: zbraniecki/tinystr
Releases · zbraniecki/tinystr
tinystr 0.4.4 (April 14, 2020)
- Inline more methods to reduce instruction count. In particular, speed up
binary_search
tinystr 0.4.3 (February 18, 2020)
- Implement
Errorfor errors. - Implement
serdesupport.
tinystr 0.4.1 (October 13, 2020)
- Improve macro re-export.
- cont-ify more functions.
tinystr 0.4.0 (October 12, 2020)
- Improve macros ergonomics by separating
tinystr-rawcrate.
tinystr 0.3.4 (August 21, 2020)
- Add
macrosfeature which exposestinystr::macros.
tinystr 0.3.3 (July 26, 2020)
- Add
TinyStrAuto. - Add
no_stdfeature.
tinystr 0.3.2 (October 28, 2019)
- Add
from_bytesmethod.
tinystr 0.3.0 (August 23, 2019)
- Separate out
is_ascii_numeric,is_ascii_alphanumericandis_ascii_alphabetic.
tinystr 0.2.0 (August 16, 2019)
- Add TinyStr16
- Add to_ascii_titlecase specialization for all TinyStr*