Crate iced_selection

Crate iced_selection 

Source
Expand description

A text selection API built around iced’s Paragraph.

Re-exports§

pub use markdown::view as markdown;
pub use text::Text;

Modules§

markdown
A custom markdown viewer and its corresponding functions.
selection
Provides a Selection type for working with text selections in Paragraph.
text
Text widgets display information through writing.

Macros§

rich_text
Creates some Rich text with the given spans.
span
Creates a new Span of text with the provided content.
text
Creates a new Text widget with the provided content.

Functions§

rich_text
Creates some Rich text with the given spans.
span
Creates a new Span of text with the provided content.
text
Creates a new Text widget with the provided content.