nican

Crates.ionican
lib.rsnican
version0.1.1-alpha0
sourcesrc
created_at2024-08-29 10:44:29.383335
updated_at2024-08-30 15:35:37.0727
descriptionA Nican driver.
homepagehttps://github.com/zhuyu4839/rust-can
repositoryhttps://github.com/zhuyu4839/rust-can
max_upload_size
id1355955
size55,465
(zhuyu4839)

documentation

README

A NI-CAN driver

Overview

nican is a driver for NI-USNCAN 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:

[dependencies]
nican = { version="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!

Commit count: 25

cargo fmt