martinjrobins / diffsol

ODE solver library in Rust
https://martinjrobins.github.io/diffsol/
MIT License
24 stars 3 forks source link

Migrate from `anyhow` to `thiserror` #84

Closed mhovd closed 3 months ago

mhovd commented 3 months ago

This PR migrates diffsol from anyhow to thiserror. This allows for matchable errors for third-party users.