Skip to content

Commit

Permalink
fix(Value): Publicly expose Object and Array
Browse files Browse the repository at this point in the history
epage committed May 2, 2017
1 parent 31fe583 commit 280c6d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -49,6 +49,8 @@ use std::path::{PathBuf, Path};
use error::Result;

pub use value::Value;
pub use value::Object;
pub use value::Array;
pub use context::Context;
pub use template::Template;
pub use error::Error;

0 comments on commit 280c6d9

Please sign in to comment.