Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@joseluis joseluis released this 29 Aug 18:33

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