jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
397 stars 56 forks source link

Reexport HexSlice and Error #162

Closed lulf closed 3 years ago

lulf commented 3 years ago

These types need to be exported for custom AttributeProvider's to be written outside of rubble.

jonas-schievink commented 3 years ago

Error is already reexported at the crate root, and HexSlice shouldn't be necessary thanks to https://github.com/jonas-schievink/rubble/pull/139. Is anything else missing?

lulf commented 3 years ago

Ah, I wasn't aware of this new API and was just looking at the existing 'example' services in att/mod.rs. My bad!