moins 0.5.0

A Keep It Simple Stupid pager crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "moins"
version = "0.5.0"
authors = ["Paul Delafosse <paul.delafosse@protonmail.com>"]
edition = "2018"
description = "A Keep It Simple Stupid pager crate"
repository = "https://github.com/oknozor/moins"
documentation = "https://docs.rs/moins"
license = "MIT"
readme = "crates-io.md"
exclude = [
    "screenshots/*",
]

[dependencies]
termion = "1.5.5"