7 releases
0.2.2 | Jan 19, 2021 |
---|---|
0.2.1 | Jan 19, 2021 |
0.1.3 | Feb 12, 2021 |
0.1.2 | Jan 21, 2021 |
0.1.0 | May 26, 2020 |
#140 in Command-line interface
5,684 downloads per month
Used in 40 crates
(10 directly)
665KB
13K
SLoC
Cursive-core
This crate is where most of cursive is defined, except for the backends.
Third-party libraries are encouraged to depend on this instead of cursive
, as it should have fewer semver breaking updates.
lib.rs
:
Cursive-core
This library defines the core components for the Cursive TUI.
The main purpose of cursive-core
is to write third-party libraries to work with Cursive.
If you are building an end-user application, then cursive
is probably what you want.
Dependencies
~2.6–3.5MB
~68K SLoC