Crate rusty_textui

source ·

Modules

Enums

Traits

  • A type that implements the VecChar trait can be transformed into a Vec<char>. The Screen’s draw* methods take anything that implements this trait. Implementations are provided for &str and String.