qleany-common 1.7.4

Shared entities, database, events, and undo/redo infrastructure for Qleany
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Generated by Qleany v1.7.0 from common_direct_access_mod.tera

pub mod dto;
pub mod dto_field;
pub mod entity;
pub mod feature;
pub mod field;
pub mod file;
pub mod global;
pub mod relationship;
pub mod repository_factory;
pub mod root;
pub(crate) mod setup;
pub mod system;
pub mod use_case;
pub mod use_cases;
pub mod user_interface;
pub mod workspace;