Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@chanced chanced released this 31 May 17:04
· 88 commits to main since this release
c1961df

Added

  • Adds CHANGELOG.md which will be better upkept moving forward.
  • Adds MaybePointer to assist with deserialization which should not fail fast.

Changed

  • Pointer::new now accepts a generic list, so &["example"] can be replaced by ["example"]. For untyped, empty slices (i.e. Pointer::new(&[])), use Pointer::default().
  • std is now enabled by default.

Removed

  • Removes optional MalformedPointerError from Pointer.