[][src]Crate snarkos_utilities

Re-exports

pub use biginteger::*;
pub use bititerator::*;
pub use bytes::*;
pub use error::*;
pub use iterator::*;
pub use math::*;
pub use self::rand::*;
pub use serialize::*;
pub use variable_length_integer::*;

Modules

biginteger
bititerator
bytes
error
io

Traits, helpers, and type definitions for core I/O functionality.

iterator
math
rand
serialize
variable_length_integer

Macros

push_to_vec
to_bytes

Takes as input a sequence of structs, and converts them to a series of bytes. All traits that implement Bytes can be automatically converted to bytes in this manner.

unwrap_option_or_continue
unwrap_option_or_error
unwrap_result_or_continue

Functions

error