docs.rs failed to build nican-0.2.0-alpha0
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.
A NI-CAN driver
Overview
nican is a driver for NI-USBCAN device(Only can use on windows x86 binary).
It is a part of rust-can driver.
It also can use UDS-protocol directly.
Please refer to examples for usage examples
Device list
- USB-8473
Prerequisites
- Rust 1.70 or higher
- Cargo (included with Rust)
Adding to Your Project
To use nican in your Rust project, add it as a dependency in your Cargo.toml:
[]
= { ="lastest-version" }
Contributing
We're always looking for users who have thoughts on how to make nican better, or users with
interesting use cases.
Of course, we're also happy to accept code contributions for outstanding feature requests!