jot-core 0.5.1

Core library for Jot personal task manager - extends joy-core with recurrence
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) 2026 Joydev GmbH (joydev.com)
// SPDX-License-Identifier: MIT

pub mod config;
pub mod display;
pub mod due;
pub mod error;
pub mod model;
pub mod storage;