summaryrefslogtreecommitdiff
path: root/library/src/prelude.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-17 11:32:15 +0100
committerLaurenz <laurmaedje@gmail.com>2023-03-17 11:45:57 +0100
commit312197b276748e1a17258ad21837850f582a467c (patch)
tree3fd0c078a2673a98b74bc12b4d654a4c143b4e1f /library/src/prelude.rs
parente8435df5ec718e8ecc8a2ad48e4eb3ddd1f92a72 (diff)
Counters
Diffstat (limited to 'library/src/prelude.rs')
-rw-r--r--library/src/prelude.rs10
1 files changed, 6 insertions, 4 deletions
diff --git a/library/src/prelude.rs b/library/src/prelude.rs
index 36f7cc89..55e5f17b 100644
--- a/library/src/prelude.rs
+++ b/library/src/prelude.rs
@@ -22,16 +22,18 @@ pub use typst::eval::{
pub use typst::geom::*;
#[doc(no_inline)]
pub use typst::model::{
- node, Construct, Content, Finalize, Fold, Introspector, Label, Locatable, Node,
- NodeId, Resolve, Selector, Set, Show, StabilityProvider, StableId, StyleChain,
- StyleMap, StyleVec, Synthesize, Unlabellable, Vt,
+ node, Behave, Behaviour, Construct, Content, Finalize, Fold, Introspector, Label,
+ Locatable, MetaNode, Node, NodeId, Resolve, Selector, Set, Show, StabilityProvider,
+ StableId, StyleChain, StyleMap, StyleVec, Synthesize, Unlabellable, Vt,
};
#[doc(no_inline)]
pub use typst::syntax::{Span, Spanned};
#[doc(no_inline)]
+pub use typst::util::NonZeroExt;
+#[doc(no_inline)]
pub use typst::World;
#[doc(no_inline)]
pub use crate::layout::{Fragment, Layout, Regions};
#[doc(no_inline)]
-pub use crate::shared::{Behave, Behaviour, ContentExt, StyleMapExt};
+pub use crate::shared::{ContentExt, StyleMapExt};