This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Releases: daxpedda/unchecked_unwrap
Releases · daxpedda/unchecked_unwrap
Crate Is Obsolete 🎉
v3.0.0: Merged Traits
Changed
- BREAKING: merged
UncheckedExpect
intoUncheckedUnwrap
- some general improvements to the README
- some general improvements to the Documentation
v2.0.2: Improved README
Added
- added "Table of contents" to the README
- added ASM comparison between checked and unchecked code to the README
- added sample benchmark results to the README
Changed
- some general improvements to the README
Fixed
- fixed repository link in
Cargo.toml
- changed benchmarks to use
&str
instead of&i32
v2.0.1: Fixed maintenance status 🤦♂️
Fixed
- fixed maintenance status 🤦♂️
v2.0.0: Implicit caller location
Added
- this CHANGELOG file
- implicit caller location support
- improved documentation slightly
Changed
- BREAKING: renamed
feature="doc_include"
tofeature="nightly"
v1.0.1: Update. (#4)
Only updating slight documentation typos.