Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21: Add apint to README as another alternative r=cuviper a=Robbepop The ApInt crate is a pure rust implementation for arbitrary fixed bitwidth modulo arithmetics of integers with a focus on correctness and efficiency - especially for smaller bit widths. It features a generic signless `ApInt` as well as signed counterparts `Int` (signed int) and `UInt` (unsigned int) that are thin wrappers around it. The implementation is unfinished in some parts but that should be fixed over time. Link to crate at crates.io: https://crates.io/crates/apint Link to repo at GitHub: https://github.com/robbepop/apint
- Loading branch information