Releases: ardaku/projections
Releases · ardaku/projections
Release list
v1.0.1
v1.0.0
Changelog
Added
Projecttrait (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
Spmethods and associated functions, new associated functions have replaced them
What's Changed
- Improve API and documentation by @AldaronLau in #2
New Contributors
- @AldaronLau made their first contribution in #2
Full Changelog: v0.2.0...v1.0.0
v0.2.0
Changelog
Fixed
- Not working on
#[no-std]
What's Changed
- Actually declare no_std by @lunasophia in #1
New Contributors
- @lunasophia made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changelog
Added
Sptype for structural pinning
Full Changelog: https://github.com/ardaku/projections/commits/v0.1.0