dsvensson / cc1101

A platform agnostic driver to interface with the CC1101 (Sub-1GHz RF Transceiver)
Apache License 2.0
33 stars 18 forks source link

Implement Display and Error traits for errors where possible #38

Closed qwandor closed 11 months ago

qwandor commented 11 months ago

The Error trait is in std, so is guarded by the new std feature. This makes error handling easier for projects which do have std, as it allows errors to be used more easily with anyhow, eyre and similar crates.