cursive/cursive-core
Artie Fuffkin e417a8be0b
Added possibility to change based on flag during creation of a HideableView if it is hidden or not (#554)
* HideableView description added + formatting

* HideableView: changed method name and got rid of branching
2021-03-19 22:15:06 -07:00
..
src Added possibility to change based on flag during creation of a HideableView if it is hidden or not (#554) 2021-03-19 22:15:06 -07:00
Cargo.toml Add public re-exports of crates used in public api 2021-02-09 09:54:15 -08:00
Readme.md Update Readme 2020-05-26 11:39:05 -07:00

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.