Skip to content

1.2.0

Compare
Choose a tag to compare
@okready okready released this 07 Jul 22:31
· 19 commits to 1.x since this release

Added

  • CStr allocation support, including conversion of CStr allocations to
    [u8] allocations.
  • Implementation of
    StableDeref for
    Allocation, allowing allocations to be used with other crates that support
    the trait such as
    owning_ref and
    rental.

Fixed

  • Minor documentation fixes.