text-document-common 1.4.0

Shared entities, database, events, and undo/redo infrastructure for text-document
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generated by Qleany v1.5.1 from common_direct_access_mod.tera

pub mod block;
pub mod document;
pub mod frame;
pub mod inline_element;
pub mod list;
pub mod repository_factory;
pub mod resource;
pub mod root;
pub(crate) mod setup;
pub mod table;
pub mod table_cell;
pub mod use_cases;