libutils-console 0.1.0

A simple generalized I/O interface
Documentation
1
2
3
4
5
6
7
8
9
# console

The trait `Console` and its continuations expose a simplified I/O API centered around making CLI management easier.

It offers a public API meant to be easy to use and generalized.

Implementors should comply with how it works regardless of the underlying operating system or hardware.

See [the documentation](https://docs.rs/libutils-console) for more information.