fpagliughi / rust-industrial-io

Rust interface to the Linux Industrial I/O subsystem
MIT License
45 stars 21 forks source link

Improve and modernize error handling #6

Closed fpagliughi closed 3 years ago

fpagliughi commented 4 years ago

Remove the dependency on the error_chain crate, and update support to std::error, most likely by switching to the Rust thserror crate.