All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.2 - 2025-06-07
- Increase minimum supported Rust version to 1.82.0.
- Improve examples in docs and readme.
- Update dev dependencies.
0.1.1 - 2024-10-12
- Improve docs and readme readability.
0.1.1 - 2024-10-12
LifetimeFreetrait and implementation for Rust stdlib types.type_eqfunctions for'staticand non-'statictypes.Specializationstruct for comprehensive type specialization.TrySpecializetrait for simple type specializationTypeFntrait for specialization types mapping.- Specialization to
LifetimeFreetype, fromLifetimeFreetype, between'statictypes, andunsafevariants. - Specialization by value, by reference, by mutable reference.
- API documentation with examples.
- Tests and doc-tests.
- GitHub CI integration.
- Check and utility scripts.