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.
- Benchmark implementations for all
Constrained
types' wrapping APIs (#3).
- Improve performance for wrapping APIs under certain conditions (#3).
- range() API for
Constrained
types. - Mixed integer operations for
Constrained
types (#1). - Implements serde's
Serialize
andDeserialize
traits forConstrained
types, behind theserde
feature (#2).
- Support for
no_std
environments.
- Bump
const_guard
to 0.1.3, which supportsno_std
environments.
- Implements
From<MinError>
andFrom<MaxError>
forConstrainedError
without requiring thestd
feature.
- Crate no longer imports thiserror crate.
Support forOnly on 0.2.0.no_std
environments.
- Initial release.