Skip to content

Commit 266eb84

Browse files
feat(parser): re-export pest
1 parent 660a5ab commit 266eb84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

keyvalues-parser/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ pub mod error;
1414
mod serde;
1515
pub mod text;
1616

17+
/// `pest` re-exported for your convenience :)
18+
pub use pest;
19+
1720
/// A Key is simply an alias for `Cow<str>`
1821
pub type Key<'text> = Cow<'text, str>;
1922

0 commit comments

Comments
 (0)