This release makes the ArbitraryOrd
trait object safe.
- Remove
Eq
trait bound #31
- Bump the MSRV to Rust
v1.63.0
#17 - Add default generic type to
ArbitraryOrd
for RHS #27 - Deprecate unneeded functions
as_inner
andinto_inner
#28
Fix the repository link in the manifest #12
The repository was migrated to the github.com/rust-bitocin
organization.
This release is primarily done to fix the link on crates.io
.
- Update the
README.md
#10
- Add
AsRef
,AsMut
imlps - Add blanket impl for references
- Make methods const
- Improve the docs
- Re-work the example code
- Add unit tests
- Reduce MSRV from Rust 1.63.0 to 1.56.1
- Improve documentation