Skip to content

Releases: andamira/textos

v0.0.3

29 Aug 18:33
Compare
Choose a tag to compare

Added

  • new features: nightly_docs, unsafest.
  • impl conversions from scalars to strings & egcs.
  • make new constructors const for strings and egcs.
  • new const methods to convert from scalars to strings and egcs.
  • new method is_nul for scalars.
  • new scalar method to_utf8_bytes.
  • new types Egc, StaticNonNullEgc, StaticU8Egc
    • new sized type aliases from 8 to 128 bits.
  • new iformat macro.

Removed

  • remove safe from the default features.
  • remove int_buf module, move to devela.

Changed

  • bump devela to 0.8.0.
  • bump MSRV to 1.72.0.
  • deprecate and rename no-std feature to no_std.
  • include in the crate any markdown files in src/
  • check for not("unsafe") instead of "safe".

Fixed

  • refactor manifest.
  • update cargo categories and keywords.
  • improve check.sh script, aliases, CI, docs.

Full Changelog: v0.0.2...v0.0.3

v0.0.2

24 Jun 16:52
Compare
Choose a tag to compare
  • new string types StaticNonNulString, StaticU8String.
  • new scalar types Char7, char8, Char16, Char24, Char32.
  • new fn indent, struct IntBuf and trait IntBufAble.
  • new fn counter_string.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

13 Jun 19:13
Compare
Choose a tag to compare

First release.

Full Changelog: v0.0.1