Expand description
Re-exports of ezio’s modules, traits, and some functions and types.
Import using:
use ezio::prelude::*;
Re-exports§
pub use super::file;
pub use super::random;
pub use super::stdio;
pub use super::stdio::stderr;
pub use super::stdio::stdin;
pub use super::stdio::stdout;
pub use super::stdio::Stderr;
pub use super::stdio::Stdin;
pub use super::stdio::Stdout;
pub use super::string;
Traits§
- A trait for objects which can read data.
- A trait for objects which can write out data.