Docs.rs
  • tty-interface-4.0.0
    • tty-interface 4.0.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • danielway
    • Dependencies
      • crossterm ^0.25.0 normal
      • unicode-segmentation ^1.9.0 normal
      • unicode-width ^0.1.9 normal
      • vt100 ^0.15.1 normal
      • rand ^0.8.5 dev
    • Versions
    • 50% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate tty_interface

tty_interface4.0.0

  • All Items

Sections

  • tty-interface

Crate Items

  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

Crates

  • tty_interface

Crate tty_interface

Source
Expand description

§tty-interface

Provides simple TTY-based user interface capabilities including partial re-renders of multi-line displays.

Modules§

test

Macros§

pos
Create a new, immutable position (column, line);

Structs§

Interface
A TTY-based user-interface providing optimized update rendering.
Position
A coordinate position in the terminal. May be absolute or relative to some buffer’s origin.
Style
Text formatting styles.
Vector
A directional vector with no positional information.

Enums§

Color
Colors to be used for foreground and background text formatting.
Error
A failed interface operation’s error information.

Traits§

Device
An output device to be controlled for displaying an interface.

Type Aliases§

Result
An interface operation’s result containing either a successful value or error.

Results

Settings
Help
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.