doing-taskpaper
TaskPaper document parser and serializer for the doing CLI.
This crate provides the document model for doing files: sections, entries with timestamps and tags, notes, and the parser/serializer that round-trips the on-disk format. It also handles atomic file I/O for doing files.
Usage
use ;
// Parse a doing file
let content = read_to_string.unwrap;
let doc = parse;
for section in doc.sections
License
MIT — see LICENSE for details.