cdumay_context 2.0.6

A Rust Library for Context Manipulation and Export
Documentation
1
2
3
4
5
6
7
8
9
use cdumay_core::{define_errors, define_kinds};

define_kinds! {
    GenericContextError = (500, "Generic context error"),
}

define_errors! {
    UnExpectedError = GenericContextError
}