fuchsnj / one-wire-bus

A Rust 1-wire implementation for embedded-hal
21 stars 19 forks source link

Add std feature, disabled by default #3

Open MabezDev opened 2 years ago

MabezDev commented 2 years ago

It's useful to have std::error::Error implementations for STD usecases as it allows interop with the anyhow! crate.