v0.1.9
What's Changed
- Add an ABI-stable version of
Option
. by @p-avital in #214 - Add ABI-stable bytes::Bytes lookalike by @p-avital in #215
- Add support for Box<[u8]> and Vec to safer_ffi::bytes::Bytes by @p-avital in #216
- Add free conversion from
Bytes
back toArc
if possible by @p-avital in #217 - Add initial support for stabby by @p-avital in #218
- Fix wrong size used in bounds by @p-avital in #219
- Add support for stabby in Bytes and TaggedOption by @p-avital in #220
- update stabby by @p-avital in #221
- Fix Bytes layout to ensure it has only a single niche, improve stabby integration by @p-avital in #223
- Update stabby, fix bug in bytes downcasting by @p-avital in #224
- Version 0.1.9 release by @danielhenrymantilla in #222
- Add
serde
feature and implementSerialize
/Deserialize
forBytes
by @S4H in #227
New Contributors
Full Changelog: v0.1.8...v0.1.9