stowe 0.4.2

where git chokes, stowe stows - versioned, deduped big and binary files, pushed to backups you can still play (mirror) or compact blob stores (S3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! One file per command: each exposes a `run`, and `main` does nothing but
//! parse the arguments and call one of them.

pub mod adapt;
pub mod add;
pub mod commit;
pub mod convert;
pub mod init;
pub mod log;
pub mod pull;
pub mod push;
pub mod remote;
pub mod restore;
pub mod status;
pub mod unstage;