Skip to content

Commit

Permalink
Expose publicly Error, ErrorKind and Result from error module
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Dec 2, 2023
1 parent b5607ce commit 7228799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### Unreleased changes

- Expose error type (fixes #9).

### 0.11.0 (2023-10-06)

- Add `f32` feature to use `f32` instead of `f64` for the input values and the computations (thanks to @hakolao).
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub use crate::contour::Contour;
pub use crate::contourbuilder::ContourBuilder;
pub use crate::isoringbuilder::contour_rings;
pub use crate::line::Line;
pub use crate::error::{Error, ErrorKind, Result};

#[cfg(test)]
mod tests {
Expand Down

0 comments on commit 7228799

Please sign in to comment.