Expand description
Core library for archelon — a Markdown-based task and note manager that keeps your data alive as plain text.
This crate provides the data models, parsing utilities, and high-level operations that are shared across the CLI and MCP frontends.
§Modules
entry— Core data structures:entry::Entry,entry::Frontmatter,entry::TaskMeta, andentry::EventMeta.entry_ref—entry_ref::EntryRef: a canonical input type that accepts either a filesystem path or a CarettaId prefix.error— Library-wideerror::Erroranderror::Resulttypes.journal— Journal directory discovery, entry collection, and configuration loading.ops— High-level entry operations (list, create, update, delete) shared across frontends.parser— Markdown + YAML frontmatter parsing and serialization.period— Time period types used to filter entries by timestamp ranges.