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 thedefault
features. - remove
int_buf
module, move todevela
.
Changed
- bump devela to
0.8.0
. - bump MSRV to
1.72.0
. - deprecate and rename
no-std
feature tono_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