Crate neutuino

Crate neutuino 

Source
Expand description

This crate is a simple and minimal TUI library that supports the following OSes:

  • Windows 10+
  • MacOS (currently untested)
  • Linux

§Roadmap

  • Output (Unix)
  • Output (Windows)
  • Input (Unix) (Appears to work, more testing needed)
  • Input (Windows) (WIP)
  • Events (Focus reporting, Bracketed-paste) (Unix)
  • Events (Focus reporting, Bracketed-paste) (Windows)
  • Mouse input (Unix)
  • Mouse input (Windows)
  • Feature completeness / API cleanup

Modules§

ansi
Collection of ANSI escape code consts/functions
input
Various input functions, structs, etc.
os
Collection of functions that help control the terminal
prelude
Covenience re-export of common members