Expand description

Anyint provides traits and structs for working with integers of any bit size

Re-exports

pub use integer::int;

Modules

Restrict and contrain values.

Conversion types intented to be used with int.

Error types relating to integers.

Struct implementation for NonStandardInteger

Macros to make constructing int types and values easier.

Traits for implementing a non standard integer.

The purpose of this module is to alleviate imports of many common int traits.