aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/record/mod.rs
blob: 8bc816aea345f7db9e927766980cddc67122915c (plain) (blame)
1
2
3
4
5
pub mod encryption;
pub mod sqlite_store;
pub mod store;
#[cfg(feature = "sync")]
pub mod sync;