docs.rs failed to build veranda-0.1.0
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:
veranda-0.1.5
Veranda
A rand RNG source for vexide programs.
Veranda uses system metrics like brain uptime, program uptime, battery current and voltage, and, optionally, empty ADI ports.
[!NOTE] Veranda is not upheld to the same update schedule as vexide, as it is not an official vexide crate.
Usage
You can choose between two RNG sources:
SystemRng: Uses all supported sources of entropy excluding empty ADI ports.AdiRng: Uses all of the sources of entropy used bySystemRng, but can also take advantage of the noise on empty ADI ports.