Skip to content

Commit

Permalink
Merge pull request #30 from p-avital/patch-1
Browse files Browse the repository at this point in the history
Make Deserializer public (again, sorry)
  • Loading branch information
callum-oakley authored Sep 21, 2021
2 parents 02454e3 + ca0cc21 commit 5975f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ mod de;
mod error;
mod ser;

pub use crate::de::from_str;
pub use crate::de::{from_str, Deserializer};
pub use crate::error::{Error, Location, Result};
pub use crate::ser::to_string;

0 comments on commit 5975f1b

Please sign in to comment.