jot-core 0.4.0

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

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