aboutsummaryrefslogblamecommitdiff
path: root/aero-user/src/lib.rs
blob: 9b08fe2fadecc4a411720102f3633774121456e2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                        
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)