| Crates.io | mortal |
| lib.rs | mortal |
| version | 0.2.4 |
| created_at | 2018-05-20 20:19:26.988364+00 |
| updated_at | 2023-04-15 18:09:39.226031+00 |
| description | Cross-platform terminal interface |
| homepage | https://github.com/murarth/mortal |
| repository | https://github.com/murarth/mortal |
| max_upload_size | |
| id | 66372 |
| size | 255,851 |
Concurrent cross-platform terminal interface, for Unix terminals and Windows console.
Provides a line-by-line terminal interface and a screen buffer interface.
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;
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.