Skip to main content

qualia_core_db/identity/
mod.rs

1//! `identity` category (reorg).
2
3pub mod access_modality;
4pub mod agency;
5pub mod credentials;
6pub mod identifier;
7#[cfg(not(target_arch = "wasm32"))]
8pub mod key_vault;
9#[cfg(any(not(target_arch = "wasm32"), feature = "wasm-llm"))]
10pub mod profiles;
11pub mod vault_manifest;
12pub mod webizen_identifiers;