Skip to content

Commit

Permalink
add prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 23, 2024
1 parent d7a0e61 commit 88c1800
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ pub(crate) mod attribute;
pub(crate) mod object;
pub(crate) mod xmltype;

pub mod prelude {
pub use crate::datamodel::DataModel;
pub use crate::exporters::Templates;
pub use crate::validation::Validator;
}

pub mod json {
mod datatype;
pub mod export;
Expand All @@ -47,6 +53,7 @@ pub mod json {
pub(crate) mod markdown {
pub(crate) mod frontmatter;
pub(crate) mod parser;
pub(crate) mod position;
}

#[cfg(feature = "openai")]
Expand Down

0 comments on commit 88c1800

Please sign in to comment.