mortal

Crates.iomortal
lib.rsmortal
version0.2.4
sourcesrc
created_at2018-05-20 20:19:26.988364
updated_at2023-04-15 18:09:39.226031
descriptionCross-platform terminal interface
homepagehttps://github.com/murarth/mortal
repositoryhttps://github.com/murarth/mortal
max_upload_size
id66372
size255,851
Murarth (murarth)

documentation

https://docs.rs/mortal/

README

mortal

Concurrent cross-platform terminal interface, for Unix terminals and Windows console.

Provides a line-by-line terminal interface and a screen buffer interface.

Documentation

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.

Commit count: 54

cargo fmt