Skip to content

Commit

Permalink
feat: add re-export for access to deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyNova016 authored and athre0z committed Feb 9, 2025
1 parent 44024bb commit 29a2307
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 @@ -50,6 +50,10 @@ use termcolor::{Ansi, Color, ColorChoice, ColorSpec, StandardStream, WriteColor}
// Re-export termcolor so users don't have to depend on it themselves.
pub use termcolor;

// Re-export btparse as it has the deserialize function
#[cfg(feature = "use-btparse-crate")]
pub use btparse;

// ============================================================================================== //
// [Result / Error types] //
// ============================================================================================== //
Expand Down

0 comments on commit 29a2307

Please sign in to comment.