Skip to content

Commit

Permalink
feat: Expose error types (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
darksv authored Oct 4, 2024
1 parent 3b0bdfa commit ec4f062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chromaprint/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Pure Rust port of [chromaprint](https://acoustid.org/chromaprint)
pub use fingerprint_matcher::{match_fingerprints, Segment};
pub use audio_processor::ResetError;
pub use fingerprint_matcher::{match_fingerprints, Segment, MatchError};
pub use fingerprinter::{Configuration, Fingerprinter};

mod audio_processor;
Expand Down

0 comments on commit ec4f062

Please sign in to comment.