rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
2.01k stars 202 forks source link

embedded-io: `SliceWriteError` is private #512

Closed MabezDev closed 1 year ago

MabezDev commented 1 year ago

It's marked as pub inside slice_mut, but the impls module is private.

Evident by the lack of docs too: https://docs.rs/embedded-io/latest/embedded_io/?search=SliceWriteError.