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.
rustc_version
dependency to v0.4.0rustc_version
dependencyx128
feature now works on stable Rust 1.26+f32
to u128
.x128
Cargo feature (nightly needed).cast::Error
implements the std::error::Error
trait among other traits like Display
, Clone
, etc.std
crate by default but you can make it no_std
by opting out of the std
Cargo feature.Initial release