GORBIE 0.10.1

GORBIE! Is a minimalist notebook library for Rust.
Documentation
1
2
3
4
5
6
/// Selectable-text outline extraction from Typst frames.
pub mod outline;
/// egui painter backend for rendering Typst frames.
pub mod painter;
/// Minimal Typst [`World`](typst::World) implementation for GORBIE.
pub mod world;