tatuin-core 0.1.3

Core lib of the Tatuin project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod filter;
pub mod folders;
pub mod patched_task;
pub mod project;
pub mod provider;
pub mod state;
mod string_error;
pub mod task;
pub mod task_patch;
pub mod time;
pub mod types;
pub mod utils;
pub use string_error::StringError;