Module prelude

Source

Re-exports§

pub use crate::core::config::Config;
pub use crate::core::error::AppError;
pub use crate::core::error::Result;
pub use crate::i18n::get_translation;
pub use crate::i18n::TranslationError;

Modules§

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

Structs§

Duration
A Duration type to represent a span of time, typically used for system timeouts.
Instant
A measurement of a monotonically nondecreasing clock. Opaque and useful only with Duration.
KeyEvent
Represents a key event.

Enums§

Color
ANSI Color
KeyCode
Represents a key.

Traits§

Write
A trait for objects which are byte-oriented sinks.