v0.1.3
What's Changed
- Improve the
ffi_await!situation: mainly, the UX on syntax error by Daniel Henry-Mantilla (@danielhenrymantilla) in #176 - Document crate-type lib requirement for generate-sources by Kristopher Wuollett (@kriswuollett) in #174
- Fix docs:
#[ReprC::opaque]was replaced with#[repr(opaque)]by Philipp Oppermann (@phil-opp) in #182 - A bunch of tiny improvements and fixes by Daniel Henry-Mantilla (@danielhenrymantilla) in #183
- Add
zeroed()requirement forCTypes - Add
Cloneand other convenience impls forrepr_ctypes - Work around
clippyfalse positive onCloneimpl of uninhabited type by Stephane Raux (@stefunctional) - Fix unguarded
Pythonmention when#[ffi_export]ing aconstant - Fix
non_snake_casewarning - Add a bunch of
ReprC<CType = impl Opaque>impls for stdlib types - Allow
#[repr(opaque)]onenums - Test latest additions
- Fix missing no-
stdcfg-guards on newClones - fix webpki dependabot warning
- Add
New Contributors
- Kristopher Wuollett (@kriswuollett) made their first contribution in #174
Full Changelog: v0.1.2...v0.1.3