Skip to content

Release v0.1.3

Compare
Choose a tag to compare
@CAD97 CAD97 released this 03 Mar 03:52
· 9 commits to main since this release

https://crates.io/crates/cstr8/0.1.3

Changelog

  • Now works in a #![no_std] configuration (#1, @kupiakos)
  • Added some From implementations mirroring those on str and CStr
  • 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