rust-embedded / rust-i2cdev

Rust library for interfacing with i2c devices under Linux
Apache License 2.0
205 stars 53 forks source link

Error associated type bounds #11

Closed AerialX closed 8 years ago

AerialX commented 8 years ago

Blocked on nix publishing its latest changes to crates.io. In the case that no_std is supported in the future, the Error trait bound may be substituted with Debug + Display or similar.

AerialX commented 8 years ago

@posborne I've rebased and updated this now that the appropriate nix changes have been released on crates.io!

posborne commented 8 years ago

Looks good. @homu r+

homu commented 8 years ago

:pushpin: Commit 983b00d has been approved by posborne

homu commented 8 years ago

:zap: Test exempted - status

posborne commented 8 years ago

@homu is active on the project now. I had checked the setting for it to keep the history linear, but I think I might prefer to have merge commits (for a repo like this one). Regardless, changes look good and your commits have been rebased onto the tree Thanks!