radixdb-catalog 1.1.0

Generational logical catalog owner for RadixDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod apply;
mod codec;
mod model;

pub use codec::{
    decode_catalog_mutation_set, encode_catalog_mutation_set, MAX_CATALOG_MUTATION_SET_BYTES,
    MUTATION_SET_FORMAT_MAJOR, MUTATION_SET_FORMAT_MINOR,
};
pub use model::{
    CatalogMutation, CatalogMutationSet, ObjectPrecondition, MAX_CATALOG_EDGE_DELTAS_PER_SET,
    MAX_CATALOG_MUTATIONS_PER_SET,
};