Re-exports§
pub use parse_string::string_parser;
pub use types::integer_magnitude::Magnitude;
pub use types::integer_type::CheckedPow;
pub use types::integer_type::CheckedShl;
pub use types::integer_type::IntegerProperties;
pub use types::integer_type::IntegerType;
pub use types::integer_type::WrappingDiv;
pub use types::integer_type::WrappingPow;
pub use types::integer_type::WrappingRem;
pub use algorithms::*;
pub use arithmetic::*;
pub use bitwise::*;
pub use from_bits::*;
pub use from_field::*;
pub use parse::*;
pub use to_field::*;
pub use type_name::*;
pub use types::*;
pub use visibility::*;
Modules§
Macros§
- Takes as input a sequence of objects, and converts them to a series of little-endian bits. All traits that implement
ToBits
can be automatically converted to bits in this manner.