v0.1.10
What's Changed
- Add ability to emit type aliases to C headers by Daniel Henry-Mantilla (@danielhenrymantilla) in #228
- Fix FFI typedef pattern not supporting generics by Daniel Henry-Mantilla (@danielhenrymantilla) in #229
- 🙈 Exclude examples/point from workspace by Ben Chatelain (@phatblat) in #212
raw_constaddition to#[ffi_export]-edconsts for SWIG compat by Daniel Henry-Mantilla (@danielhenrymantilla) in #230- [
⚠️ technically breaking] Add interning toBytes, reducing the need for allocations when slices are small. by Pierre Avital (@p-avital) in #231- Despite this being a technically breaking change, API-wise (
Bytes : From<&'static [u8]>rather thanFrom<&'any [u8]>), and ABI-wise (Bytes'.vtablepointer can now be an ill-alligned odd address representing the bit-tagging of its now added inlined-bytes representation), both of these cases are small enough, and0.1.9has been out for enough of a short time, not to warrant a major bump.0.1.9will be yanked in a couple weeks.
- Despite this being a technically breaking change, API-wise (
- Add convenience release scripts by Daniel Henry-Mantilla (@danielhenrymantilla) in #232
Full Changelog: v0.1.9...v0.1.10