Releases: CAD97/cstr8
Releases · CAD97/cstr8
Release v0.1.4
Release v0.1.3
https://crates.io/crates/cstr8/0.1.3
Changelog
- Now works in a
#![no_std]
configuration (#1, @kupiakos) - Added some
From
implementations mirroring those onstr
andCStr
- Internal improvements, started keeping a proper changelog
- Fixed potential "unsafe leakage" in
cstr8!
macro -- it wasn't actually unsound, but this was only the case for a subtle reason
Full Changelog: v0.1.2...v0.1.3