calepin 0.0.50

A Rust CLI for preprocessing Typst documents with executable code chunks
mod chunk_options;
pub(crate) mod cli;
pub(crate) mod compile;
mod crossref;
mod execute;
mod fence_label;
mod introspect;
pub(crate) mod io;
mod markdown_fence;
pub(crate) mod model;
pub(crate) mod paths;
pub(crate) mod preprocess;
mod query;
mod results;
mod run;
mod runtime;
mod script;
mod source_rewrite;
mod store;
mod sync;
#[cfg(test)]
mod testfixtures;
pub(crate) mod version;
mod watch;