Skip to content

v0.1.3

Compare
Choose a tag to compare
@danielhenrymantilla danielhenrymantilla released this 11 Sep 11:01

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 for CTypes
    • Add Clone and other convenience impls for repr_c types
    • Work around clippy false positive on Clone impl of uninhabited type by @stefunctional
    • Fix unguarded Python mention when #[ffi_export]ing a constant
    • Fix non_snake_case warning
    • Add a bunch of ReprC<CType = impl Opaque> impls for stdlib types
    • Allow #[repr(opaque)] on enums
    • Test latest additions
    • Fix missing no-std cfg-guards on new Clones
    • fix webpki dependabot warning

New Contributors

Full Changelog: v0.1.2...v0.1.3