Geal / rust-syslog

Send syslog messages from Rust
MIT License
109 stars 55 forks source link

Replace error-chain with thiserror #75

Closed Lencerf closed 2 months ago

Lencerf commented 1 year ago

Package error-chain has not been updated for 3 years and its git repo has been archived: https://github.com/rust-lang-deprecated/error-chain.

This commit replaces error-chain with thiserror.

kaffarell commented 12 months ago

This would also solve #65 by making the error impl std::marker::Sync.