Docs.rs
task_list_parser-0.1.5
task_list_parser 0.1.5
Permalink
Docs.rs crate page
MIT
18 July 2026
Links
crates.io
Source
Owners
den4hic
Dependencies
anyhow ^1.0.93
normal
clap ^4.5.20
normal
pest ^2.7.14
normal
pest_derive ^2.7.14
normal
thiserror ^2.0.3
normal
Versions
86.36%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate task_list_parser
task_
list_
parser
0.1.5
All Items
Crate Items
Structs
Enums
Functions
Crate
task_
list_
parser
Copy item path
Source
Structs
§
Task
List
Grammar
TaskListGrammar
is a parser for task lists using a custom grammar defined in
grammar.pest
. It supports parsing tasks with fields: priority, status, date, and description.
Enums
§
Rule
Task
Parse
Error
TaskParseError
is an enumeration of possible errors that may occur during task parsing.
Functions
§
parse_
priority
Parses the priority from a string and returns the priority level (1 to 3).
parse_
year
Parses a year from a string and returns it as
u32
.