We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b469e33 commit e5c0029Copy full SHA for e5c0029
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.4.1...HEAD)
6
7
+- Added `Debug` implementation for `Spidev`
8
- Added `Default` implementation for `SpidevOptions`
9
- Nix bumped to 0.22
10
- bitflags updated to 1.3
src/lib.rs
@@ -115,6 +115,7 @@ bitflags! {
115
}
116
117
/// Provide high-level access to Linux Spidev Driver
118
+#[derive(Debug)]
119
pub struct Spidev {
120
devfile: File,
121
0 commit comments