summaryrefslogtreecommitdiffstats
path: root/atuin-client/src/lib.rs
blob: 98e2f3aeb0ddba104d921972234182205092972c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#![forbid(unsafe_code)]

#[macro_use]
extern crate log;

pub mod api_client;
pub mod database;
pub mod encryption;
pub mod history;
pub mod import;
pub mod ordering;
pub mod settings;
pub mod sync;