joy-core
Core library for Joy - terminal-native, Git-based product management.
Provides the data model, storage layer, auth, guard system, AI template rendering, and all business logic that the CLI and other consumers build on.
Usage
[]
= "0.8"
use items;
use ItemType;
let items = load_items?;
let bugs: = items.iter
.filter
.collect;
License
MIT