Skip to content

Commit

Permalink
Merge pull request #120 from matklad/patch-1
Browse files Browse the repository at this point in the history
Reexport `Value` at  root
  • Loading branch information
torkleyy authored Aug 1, 2018
2 parents 366ed9d + 681ed70 commit cfb92c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ extern crate serde;
pub mod de;
pub mod ser;
pub mod value;
pub use value::Value;

mod parse;

0 comments on commit cfb92c4

Please sign in to comment.