concision-core 0.3.1

this crate implements the core modules for the concision framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
    Appellation: context <module>
    Created At: 2025.12.14:06:17:36
    Contrib: @FL03
*/

pub trait RawContext {
    private! {}
}

/*
 ************* Implementations *************
*/

impl RawContext for () {
    seal! {}
}