Skip to content

Releases: ardaku/projections

v1.0.1

Choose a tag to compare

@AldaronLau AldaronLau released this 28 Jul 03:44

Changelog

Fixed

  • Wrong logo and favicon image

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@AldaronLau AldaronLau released this 28 Jul 03:29

Changelog

Added

  • Project trait (implemented for any tuple up to an arity of 7, including unit)
  • Sp::new()
  • Sp::get()
  • Sp::get_mut()
  • Sp::project()
  • Sp::project_mut()
  • Better documentation

Removed

  • All Sp methods and associated functions, new associated functions have replaced them

What's Changed

New Contributors

Full Changelog: v0.2.0...v1.0.0

v0.2.0

Choose a tag to compare

@AldaronLau AldaronLau released this 27 Jul 05:40

Changelog

Fixed

  • Not working on #[no-std]

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@AldaronLau AldaronLau released this 27 Jul 05:39

Changelog

Added

  • Sp type for structural pinning

Full Changelog: https://github.com/ardaku/projections/commits/v0.1.0