Re-exports

pub use crate::rand::*;
pub use crate::test_vectors::*;
pub use crate::*;
pub use serde;

Structs

The BufReader<R> struct adds buffering to any reader.

A reference to an open file on the filesystem.

Enums

Represents any valid JSON value.

Traits

A BufRead is a type of Reader which has an internal buffer, allowing it to perform extra ways of reading.

A data structure that can be deserialized from any data format supported by Serde.

A data structure that can be deserialized without borrowing any data from the deserializer.

The Read trait allows for reading bytes from a source.

The Seek trait provides a cursor which can be moved within a stream of bytes.

A data structure that can be serialized into any data format supported by Serde.

A trait for objects which are byte-oriented sinks.

Derive Macros