Skip to content

Releases: zbraniecki/tinystr

tinystr 0.4.4 (April 14, 2020)

14 Apr 18:17
Compare
Choose a tag to compare
Pre-release
  • Inline more methods to reduce instruction count. In particular, speed up binary_search

tinystr 0.4.3 (February 18, 2020)

18 Feb 19:31
Compare
Choose a tag to compare
Pre-release
  • Implement Error for errors.
  • Implement serde support.

tinystr 0.4.1 (October 13, 2020)

13 Oct 15:32
Compare
Choose a tag to compare
Pre-release
  • Improve macro re-export.
  • cont-ify more functions.

tinystr 0.4.0 (October 12, 2020)

13 Oct 15:28
Compare
Choose a tag to compare
Pre-release
  • Improve macros ergonomics by separating tinystr-raw crate.

tinystr 0.3.4 (August 21, 2020)

21 Aug 19:20
Compare
Choose a tag to compare
Pre-release
  • Add macros feature which exposes tinystr::macros.

tinystr 0.3.3 (July 26, 2020)

27 Jul 05:38
Compare
Choose a tag to compare
Pre-release
  • Add TinyStrAuto.
  • Add no_std feature.

tinystr 0.3.2 (October 28, 2019)

28 Oct 23:05
Compare
Choose a tag to compare
Pre-release
  • Add from_bytes method.

tinystr 0.3.0 (August 23, 2019)

23 Aug 16:48
Compare
Choose a tag to compare
Pre-release
  • Separate out is_ascii_numeric, is_ascii_alphanumeric and is_ascii_alphabetic.

tinystr 0.2.0 (August 16, 2019)

17 Aug 00:24
Compare
Choose a tag to compare
Pre-release
  • Add TinyStr16
  • Add to_ascii_titlecase specialization for all TinyStr*