Skip to main content

Crate common

Crate common 

Source

Modules§

database
direct_access
entities
enum_variant_parser
error
event
generator
long_operation
This module provides a framework for managing long-running operations with the ability to track status, progress, and enable cancellation. It includes the infrastructure for defining, executing, and monitoring such operations. For undoable operations, it is recommended to use the Undo/Redo framework.
snapshot
types
undo_redo

Macros§

impl_leaf_entity_table
impl_relationship_methods
Generate standard relationship methods for a HashMap table implementation.
impl_write_relationship_methods