Skip to content

Commit

Permalink
Expose Serialization and ToJson errors (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasHedEng authored Nov 13, 2024
1 parent 16d7426 commit 6175512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interpreter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ mod duration;

mod ser;
pub use ser::to_value;
pub use ser::SerializationError;

#[cfg(feature = "json")]
mod json;
#[cfg(feature = "json")]
pub use json::ConvertToJsonError;

use magic::FromContext;

Expand Down

0 comments on commit 6175512

Please sign in to comment.