Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Simplify doc tests with results | Robin Krahl | 2019-12-27 |
| | | | | | | Since Rust 1.34.0, we no longer need a `fn main` comment in doc tests that return results. It is sufficient to have an `Ok` return value with type annotations. | ||
* | Refactor the device module into submodules | Robin Krahl | 2019-07-16 |
This patch splits the rather large device module into the submodules pro, storage and wrapper. This only changes the internal code structure and does not affect the public API. |