Skip to content

Commit

Permalink
re-export jsonptr
Browse files Browse the repository at this point in the history
  • Loading branch information
asmello authored and idubrov committed Feb 24, 2025
1 parent 76eb10c commit e3d5c83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ use serde_json::{Map, Value};
use std::fmt::{self, Display, Formatter};
use thiserror::Error;

// So users can instance `jsonptr::PointerBuf` and others without
// having to explicitly match our `jsonptr` version.
pub use jsonptr;

#[cfg(feature = "diff")]
mod diff;

Expand Down

0 comments on commit e3d5c83

Please sign in to comment.