typst/crates/typst-library/src/shared/mod.rs

8 lines
107 B
Rust

//! Shared definitions for the standard library.
mod behave;
mod ext;
pub use behave::*;
pub use ext::*;