aerogramme/aero-user/src/lib.rs

10 lines
203 B
Rust
Raw Normal View History

2024-03-08 07:17:03 +00:00
pub mod config;
pub mod cryptoblob;
pub mod login;
pub mod storage;
// A user is composed of 3 things:
// - An identity (login)
// - A storage profile (storage)
// - Some cryptography data (cryptoblob)