mirror of
https://github.com/typst/typst
synced 2025-05-16 18:15:29 +08:00
8 lines
107 B
Rust
8 lines
107 B
Rust
//! Shared definitions for the standard library.
|
|
|
|
mod behave;
|
|
mod ext;
|
|
|
|
pub use behave::*;
|
|
pub use ext::*;
|