Skip to content

Releases: getditto/safer_ffi

v0.1.8

16 May 12:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

08 Apr 11:26
9311ae8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

29 Mar 10:54
b459554
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

31 Jan 22:25
cfd329c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

25 Oct 09:30
Compare
Choose a tag to compare

What's Changed

  • Implement Clone as expected for Copy types by @stefunctional in #184
  • quickstart remove compile error by @kriswuollett in #172
  • Rename 'cfg_match' to 'match_cfg' to avoid collision of std nightly macro with the same name. by @jsantell in #191

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

11 Sep 11:01
Compare
Choose a tag to compare

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

v0.1.2

07 Jul 15:31
b4c13c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 Jul 13:28
140dd8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Jun 14:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.10...v0.1.0

v0.1.0-rc1

14 Mar 13:42
c88d1f9
Compare
Choose a tag to compare

See #155

What's Changed

New Contributors

Full Changelog: v0.0.10...v0.1.0-rc1