krafna 0.5.6

Krafna is a terminal-based alternative to Obsidian's Dataview plugin, allowing you to query your Markdown files using standard SQL syntax.
Documentation
1
2
3
4
5
pub mod libs;

// Re-export important items at the crate root
pub use libs::parser::Query;
pub use libs::peekable_deque::PeekableDeque;