Skip to content

v0.0.29

Pre-release
Pre-release

Choose a tag to compare

@joseluis joseluis released this 29 Aug 20:44

Added

  • new features: nightly_docs, unsafest, unsafe_constructors, unsafe_init, unsafe_pop, unsafe_unit.
  • add changelog.

Changes

  • update MSRV to v1.72.0
  • rename RawData to DataRaw.
  • define DataRaw only when unsafe_unit is enabled.
  • deprecate and rename no-std feature to no_std
  • remove safe from default features.
  • rename Index* to NonMaxIndex*
    • improve NonMaxIndex fmt traits.
  • improve Counter
    • delete From impl.
    • allow it to count max values.
    • new const copy incrementers and decrementers.
    • new const converters to NonMaxIndex*: as_current_index, as_next_index.

Fixes

  • update categories, dependencies, documentation, CI.
  • constify a few methods.
  • separate lengthy module level docs into markdown files

Full Changelog: v0.0.28...v0.0.29