Crate cruding_core

Crate cruding_core 

Source
Expand description

Defines the core structure of the cruding crate. While the core is void of any details of postgres, redis etc. The core needs to be “aligned” with those systems. This is done by considering that every Crudable has a PRIMARY KEY.

Re-exports§

pub use moka;

Modules§

handler
hook
list

Structs§

UpdateComparingParams

Traits§

Crudable
CrudableMap
CrudableSource

Type Aliases§

MokaFutureCrudableMap