- Modernize library to use const generics. @bugadani
- Fix a small issue regarding code quality @bugadani
- Fix metadata, github link counts as
repositoryand nothomepage@bugadani
- Rename
verify_ownerfeature flag toruntime_checks@bugadani - Add
UnrestrictedSlotswith relaxed access control @chrysn @bugadani - Implement read-only
.iter()@bugadani - Implement
DefaultforSlots@bugadani
try_readnow returnNonefor out of bounds reads. @bugadani- Reduce memory footprint by 4 or 8 bytes (on 32 or 64 bit architectures) @bugadani
- Clean up the required trait bounds needed to pass around generic Slots instances @bugadani
- Verify that keys are used to access data in their associated Slots instances @bugadani
- Allow compiler to reduce memory footprint if possible @chrysn
- Allow using FnOnce closures in
try_read,readandmodify@chrysn
- Bugfix
- Initial release