mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
3f60d383aa
This patch implements FromIterator<&Style> and FromIterator<T: Into<Style>> for Style to make it easier to programatically create styles. Style already has a merge method, but it takes a slice instead of an iterator. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
Readme.md |
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.