Module prelude

Source

Re-exports§

pub use crate::tools::Bytes;
pub use crate::tools::Chars;
pub use crate::tools::Scanner;
pub use crate::tools::Usize1;
pub use crate::tools::read_all_unchecked;

Macros§

iter_print
Print expressions with a separator.
scan
scan and bind values with Scanner

Traits§

Read
The Read trait allows for reading bytes from a source.
Write
A trait for objects which are byte-oriented sinks.