//! Typst evaluation and task extraction for `MindTape`.
//!
//! This crate evaluates `.typ` files using `typst-eval` and extracts
//! tasks from the content tree. It provides the `MindTapeWorld` (a
//! `typst::World` implementation) and task extraction functions.
// Re-export eval's public API at crate root.
pub use ;
// Re-export write's public API at crate root.
pub use ;