13 releases
0.3.4 | Jul 22, 2022 |
---|---|
0.3.2 | Apr 28, 2022 |
0.3.1 | Jan 11, 2022 |
0.3.0-alpha.0 | Jun 14, 2021 |
0.1.1 | Jul 4, 2020 |
#327 in Command-line interface
9,426 downloads per month
Used in 73 crates
(14 directly)
690KB
14K
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.5–3.5MB
~67K SLoC