Skip to content

Releases: CAD97/cstr8

Release v0.1.4

13 Apr 19:36
Compare
Choose a tag to compare

https://crates.io/crates/cstr8/0.1.4

Changelog

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

03 Mar 03:52
Compare
Choose a tag to compare

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