kmp-application 0.1.5

Application services of the KMP kernel: the use cases behind ingest, wake, ask, near, rewind and trace
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct KmpApplication;

impl KmpApplication {
    pub const fn capability_name() -> &'static str {
        "deterministic-context-rehydration"
    }
}