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
Error
for errors. - Implement
serde
support.
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-raw
crate.
tinystr 0.3.4 (August 21, 2020)
- Add
macros
feature which exposestinystr::macros
.
tinystr 0.3.3 (July 26, 2020)
- Add
TinyStrAuto
. - Add
no_std
feature.
tinystr 0.3.2 (October 28, 2019)
- Add
from_bytes
method.
tinystr 0.3.0 (August 23, 2019)
- Separate out
is_ascii_numeric
,is_ascii_alphanumeric
andis_ascii_alphabetic
.
tinystr 0.2.0 (August 16, 2019)
- Add TinyStr16
- Add to_ascii_titlecase specialization for all TinyStr*