libutils-terminal 1.0.0

A custom embedded terminal handler
Documentation
1
2
3
4
5
6
7
8
9
# terminal

The static `TERMINAL: Terminal` is an implementation of `Console` from `libutils-console` that uses the standard library.

It aims to replace the API for handling that the stdlib offers by giving a simpler interface programmers can sympathize with faster.

It makes use of thread synchronization via reader-writer lock to maintain interior mutability.

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