mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
28c64958ca
This patch implements FromIterator<SpannedString<T>> for SpannedString<T> to make it easier to create strings programatically. We could also use fold directly without extracting the first element, but that would require an additional allocation. |
||
---|---|---|
.. | ||
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.