Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rkyv/ptr_meta

0.3.0

11 Sep 05:40

Choose a tag to compare

This release makes a few major changes:

  • Implement Pointee for dyn core::error::Error
  • Add impls for trait objects plus Send and Sync
  • Replace PtrExt and NonNullExt with free functions
  • Fix DynMetadata implementation under MIRI
  • Add crate = .. derive argument
  • Update syn to 2
  • Set MSRV to 1.81

0.3.0-rc.1

02 Sep 02:09

Choose a tag to compare

0.3.0-rc.1 Pre-release
Pre-release

This is the first release candidate for ptr_meta 0.3.0.

0.2.0

10 Aug 23:05

Choose a tag to compare

This minor version bump cleans up the extension trait for NonNull pointers slightly and significantly improves the documentation.

v0.1.3

25 May 15:18

Choose a tag to compare

0.1.3 is a bugfix release that adds support for CStr and OsStr behind an std feature.

v0.1.2

17 Mar 15:16

Choose a tag to compare

This hotfix fixes an issue that prevented documentation from building.

v0.1.1

19 Feb 08:14

Choose a tag to compare

This patch release fixes a code generation issue with the pointee macro.

v0.1.0

03 Feb 22:10

Choose a tag to compare

The first release! 🥳