Re-exports§
pub use web_editor::custom_element::attributes;pub use web_editor::custom_element::register;pub use web_editor::custom_element::ultron_editor;pub use web_editor::custom_element::WebEditorCustomElement;pub use web_editor::Command;pub use web_editor::MouseCursor;pub use web_editor::WebEditor;pub use web_editor::COMPONENT_NAME;pub use sauron;pub use ultron_core::nalgebra;pub use ultron_core;
Modules§
Structs§
- Options
- Text
Buffer - A text buffer where characters are manipulated visually with consideration on the unicode width of characters. Characters can span more than 1 cell, therefore visually manipulating text in a 2-dimensional way should consider using the unicode width.