vios_app 0.1.1

Small JSON vaults: Argon2id + AES-GCM, with optional AAD binding.
Documentation
1
2
3
4
5
// 📖 parser.rs — Placeholder for Vault content parsing (summary, themes, etc.)


    content.summary.clone().unwrap_or_else(|| "No summary available.".to_string())
}