v0.0.29
Pre-release
Pre-release
Added
- new features:
nightly_docs,unsafest,unsafe_constructors,unsafe_init,unsafe_pop,unsafe_unit. - add changelog.
Changes
- update MSRV to
v1.72.0 - rename
RawDatatoDataRaw. - define
DataRawonly whenunsafe_unitis enabled. - deprecate and rename
no-stdfeature tono_std - remove
safefrom default features. - rename
Index*toNonMaxIndex*- improve
NonMaxIndexfmt traits.
- improve
- improve
Counter- delete
Fromimpl. - allow it to count max values.
- new const copy incrementers and decrementers.
- new const converters to
NonMaxIndex*:as_current_index,as_next_index.
- delete
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