Module prelude
Source 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;
- io
- Traits, helpers, and type definitions for core I/O functionality.
- 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.
- Color
- ANSI Color
- KeyCode
- Represents a key.
- Write
- A trait for objects which are byte-oriented sinks.