v0.1.10
danielhenrymantilla
released this
30 Jul 10:43
·
13 commits
to master
since this release
What's Changed
- Add ability to emit type aliases to C headers by @danielhenrymantilla in #228
- Fix FFI typedef pattern not supporting generics by @danielhenrymantilla in #229
- 🙈 Exclude examples/point from workspace by @phatblat in #212
raw_const
addition to#[ffi_export]
-edconst
s for SWIG compat by @danielhenrymantilla in #230- [
⚠️ technically breaking] Add interning toBytes
, reducing the need for allocations when slices are small. by @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
'.vtable
pointer 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.9
has been out for enough of a short time, not to warrant a major bump.0.1.9
will be yanked in a couple weeks.
- Despite this being a technically breaking change, API-wise (
- Add convenience release scripts by @danielhenrymantilla in #232
Full Changelog: v0.1.9...v0.1.10