libutils-terminal 1.0.0

A custom embedded terminal handler
Documentation

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 for more information.