Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apint to README as another alternative #21

Merged
merged 1 commit into from
Feb 15, 2018

Commits on Feb 15, 2018

  1. add apint to README as another alternative

    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.
    Robbepop committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    07997b1 View commit details
    Browse the repository at this point in the history