v0.1.3
What's Changed
- Improve the
ffi_await!
situation: mainly, the UX on syntax error by @danielhenrymantilla in #176 - Document crate-type lib requirement for generate-sources by @kriswuollett in #174
- Fix docs:
#[ReprC::opaque]
was replaced with#[repr(opaque)]
by @phil-opp in #182 - A bunch of tiny improvements and fixes by @danielhenrymantilla in #183
- Add
zeroed()
requirement forCType
s - Add
Clone
and other convenience impls forrepr_c
types - Work around
clippy
false positive onClone
impl of uninhabited type by @stefunctional - Fix unguarded
Python
mention when#[ffi_export]
ing aconst
ant - Fix
non_snake_case
warning - Add a bunch of
ReprC<CType = impl Opaque>
impls for stdlib types - Allow
#[repr(opaque)]
onenum
s - Test latest additions
- Fix missing no-
std
cfg-guards on newClone
s - fix webpki dependabot warning
- Add
New Contributors
- @kriswuollett made their first contribution in #174
Full Changelog: v0.1.2...v0.1.3