djinn 0.0.2

Local-first desktop resident composition for the Mere stack: identity, local sessions, personal sync, Knot, credential custody, and endpoint ownership.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! **Djinn**, the local desktop resident for the Mere stack.
//!
//! Djinn owns process lifetime, profile-scoped settings, physical content
//! custody, and local endpoint assembly. Product ports retain their own
//! semantics: Graphshell provides admitted session surfaces, Knot provides
//! Djot source, sync, and evidence rules, Personae provides identity, and
//! Castellan provides credential custody.

#![doc(html_no_source)]

pub mod pairing;
pub mod personal_sync;
pub mod resident_blobs;
pub mod resident_knot;
pub mod resident;
pub mod settings;