[][src]Module termpixels::prelude

Re-exports

pub use crate::Clear;
pub use crate::EventHandler;
pub use crate::Location;
pub use crate::Object;
pub use crate::Paint;
pub use crate::Render;
pub use crate::Size;
pub use crate::TermPixel;
pub use crate::Update;
pub use crate::View;

Modules

io

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

Traits

IntoRawMode

Types which can be converted into "raw mode".

Read

The Read trait allows for reading bytes from a source.

TermRead

Extension to Read trait.

Write

A trait for objects which are byte-oriented sinks.