mortal
mortal copied to clipboard
Concurrent cross-platform terminal interface
mortal
Concurrent cross-platform terminal interface, for Unix terminals and Windows console.
Provides a line-by-line terminal interface and a screen buffer interface.
Building
To include mortal
in your project, add the following to your Cargo.toml
:
[dependencies]
mortal = "0.2"
And the following to your crate root:
extern crate mortal;
License
mortal is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.