Skip to content

Commit

Permalink
fix #144
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Nov 16, 2023
1 parent 9316eb0 commit 7b5ca1f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jsonld/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ use crate::{
JsonLdOptions,
};

use self::adapter::{convert_quad, RdfTerm};

mod adapter;
use adapter::convert_quad;
pub use adapter::RdfTerm;

mod source;
use source::JsonLdQuadSource;
pub use source::JsonLdQuadSource;

#[cfg(test)]
mod test;

Expand Down

0 comments on commit 7b5ca1f

Please sign in to comment.