myc-core 8.3.0+beta

Provide base features of the Mycelium project as s and Use-cases.
Documentation
1
2
3
4
5
6
7
8
9
/// KV Artifacts are key-value pairs that are stored in the database
///
/// The kv artifact is not part of the core DTOs, but from the base lib.
///
mod kv_artifact_read;
mod kv_artifact_write;

pub use kv_artifact_read::*;
pub use kv_artifact_write::*;