CrowdStrike / rusty-falcon

Rust bindings for CrowdStrike Falcon API
MIT License
14 stars 10 forks source link

Use strongly typed errors based on thiserror #134

Closed tomaszjonak closed 1 month ago

tomaszjonak commented 2 months ago

Dyn is generally discouraged in libraries.

Reraise of https://github.com/CrowdStrike/rusty-falcon/pull/131 from a branch instead of main in my fork. It's easier to keep fork:main in sync and rebase feature branch as upstream progresses.