docs.rs failed to build ruspiro-mailbox-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ruspiro-mailbox-0.2.0
RusPiRo - Mailbox Property Tag Interface
This crate implements an abstraction of the mailbox property tag interface available in the Raspberry Pi.
Check the official documentation of those property tags and their purpose.
Usage
To use the crate just add the following dependency to your Cargo.toml
file:
[]
= "0.4.1"
Once done the access to the mailbox interface access is available in your rust files like so:
use *;
License
Licensed under Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) or MIT (LICENSE-MIT or http://opensource.org/licenses/MIT)) at your choice.