aven-core 0.1.12

Core library for the Aven local-first task manager
pub mod api;
pub mod attachments;
pub mod change_log;
pub mod choices;
pub mod data_safety;
pub mod db;
pub mod ids;
pub mod labels;
pub mod local_state;
mod matching;
mod mutation;
pub mod operations;
pub mod projects;
pub mod query;
pub mod queue;
pub mod refs;
pub mod sync;
mod task_enrichment;
pub mod task_fields;
pub mod time_validation;
pub mod types;
pub mod undo;
pub mod workspaces;

#[cfg(any(test, feature = "test-support"))]
pub mod test_support;