cargo-slide 0.1.2

Code-driven presentation engine combining Typst typesetting with a native Rust viewer, developed as part of the Apich workspace backend.
1
2
3
4
5
pub mod build;
pub mod export;
pub mod init;
pub mod new;
pub mod run;