amv-dev / yata

Yet Another Technical Analysis library [for Rust]
Apache License 2.0
321 stars 49 forks source link

Add traits to core::Error for anyhow support #12

Closed Code0x58 closed 3 years ago

Code0x58 commented 3 years ago

This allows use with anyhow::Result<T> as the traits let anyhow convert yata::core::Error into anyhow::Error.