Skip to content

Commit 336e274

Browse files
RustyNova016athre0z
authored andcommitted
feat: add re-export for access to deserialize
1 parent 0718818 commit 336e274

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ use termcolor::{Ansi, Color, ColorChoice, ColorSpec, StandardStream, WriteColor}
4747
// Re-export termcolor so users don't have to depend on it themselves.
4848
pub use termcolor;
4949

50+
// Re-export btparse as it has the deserialize function
51+
#[cfg(feature = "use-btparse-crate")]
52+
pub use btparse;
53+
5054
// ============================================================================================== //
5155
// [Result / Error types] //
5256
// ============================================================================================== //

0 commit comments

Comments
 (0)