diff --git a/Cargo.toml b/Cargo.toml index a5b1837b..8142b460 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["wikidot", "wikijump", "ftml", "parsing", "html"] categories = ["parser-implementations"] exclude = [".gitignore", ".editorconfig"] -version = "1.25.0" +version = "1.25.1" authors = ["Emmie Smith "] edition = "2021" diff --git a/src/lib.rs b/src/lib.rs index fa0d061a..eede83df 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -138,6 +138,7 @@ pub use self::utf16::Utf16IndexMap; pub mod prelude { pub use super::data::{PageInfo, ScoreValue}; pub use super::includes::{include, Includer}; + pub use super::layout::Layout; pub use super::parsing::{parse, ParseError, ParseResult}; pub use super::preprocess; pub use super::render::Render;