mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Reword cursive_core::backend module doc
This commit is contained in:
parent
d31d0d0d76
commit
b7bf861554
@ -1,11 +1,10 @@
|
|||||||
//! Define backends using common libraries.
|
//! Define the backend trait for actual terminal interaction.
|
||||||
//!
|
//!
|
||||||
//! Cursive doesn't print anything by itself: it delegates this job to a
|
//! Cursive doesn't print anything by itself: it delegates this job to a
|
||||||
//! backend library, which handles all actual input and output.
|
//! backend library, which handles all actual input and output.
|
||||||
//!
|
//!
|
||||||
//! This module defines the [`Backend`] trait, as well as a few implementations
|
//! This module defines the [`Backend`] trait, to be implemented by actual
|
||||||
//! using some common libraries. Each of those included backends needs a
|
//! types, usually using third-party libraries.
|
||||||
//! corresonding feature to be enabled.
|
|
||||||
//!
|
//!
|
||||||
//! [`Backend`]: trait.Backend.html
|
//! [`Backend`]: trait.Backend.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user