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
// Generated by Qleany v1.5.1 from common_lib.tera

pub mod database;
pub mod direct_access;
pub mod entities;
pub mod error;
pub mod event;
pub mod long_operation;
pub mod parser_tools;
pub mod snapshot;
pub mod types;
pub mod undo_redo;