kmp-application 0.18.2

Application services behind KMP's ten memory moves and evidence-backed recall
Documentation
1
2
3
4
5
6
7
/// Indices address stored items in this packet, not canonical memory refs.
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize)]
pub struct NeighborhoodLink {
    pub from: usize,
    pub rel: String,
    pub to: usize,
}