tcup 0.1.2

The one and only teacup client!
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Debug)]
pub enum TeacupError {
    UnableToFindHomeDirectory,
    UnableToCreateConfigHome,
    UnableToOpenDatabase(String),
    DatabaseError(String),
    LocalRepoError(String),
    GitError(String),
    ApiError(String),
}