nican

Crates.ionican
lib.rsnican
version0.3.2
created_at2024-08-29 10:44:29.383335+00
updated_at2025-08-01 08:24:49.41513+00
descriptionA Nican driver.
homepagehttps://github.com/jesses2025smith/rust-can/tree/master/nican
repositoryhttps://github.com/jesses2025smith/rust-can
max_upload_size
id1355955
size106,841
Jesse Smith (jesses2025smith)

documentation

README

Latest version Documentation LGPL MIT Downloads

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

  • v0.1.x is deprecated
  • v0.2.x is sync
  • v0.3.x and higher is async

Device list

  • USB-8473

Prerequisites

  • Rust 1.80 or higher
  • Cargo (included with Rust)

Adding to Your Project

[dependencies]
nican = { version="lastest-version" }
rs-can = { 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: 58

cargo fmt