summaryrefslogtreecommitdiffstats
path: root/atuin-client/src/record/mod.rs
blob: c40fd395951a63867ebd60fdc069bcf58a3d5d23 (plain)
1
2
3
4
5
6
pub mod encryption;
pub mod sqlite_store;
pub mod store;

#[cfg(feature = "sync")]
pub mod sync;