Module rusterm::prelude[][src]

Expand description

Re-exports for things you need when using this crate.

Re-exports

pub use super::error::Error as RustermError;
pub use super::lex::*;
pub use super::Command;
pub use super::Console;

Structs

A hash map implemented with quadratic probing and SIMD lookup.

Traits

An attempted conversion that consumes self, which may or may not be expensive.