| Crates.io | peak-can-sys |
| lib.rs | peak-can-sys |
| version | 0.1.2 |
| created_at | 2025-03-24 08:19:12.498859+00 |
| updated_at | 2025-03-25 02:59:30.026253+00 |
| description | FFI bindings for the API by PEAK-System Technik GmbH |
| homepage | |
| repository | https://github.com/TuEmb/peak-can-sys |
| max_upload_size | |
| id | 1603552 |
| size | 66,225 |
peak-can-sys provides Rust FFI bindings to the PEAK-System PCAN-Basic API, enabling interaction with PEAK CAN interfaces in Rust applications.
To use peak-can-sys, ensure that you have the PCAN-Basic library installed on your system.
PCANBasic.dll is available in your system path.libpcanbasic.so from PEAK-System's official drivers.Add peak-can-sys to your Cargo.toml:
[dependencies]
peak-can-sys = "0.1"
Include it in your Rust code:
use peak_can_sys::*;
This project is not affiliated with PEAK-System. The PCAN-Basic API is owned and maintained by PEAK-System.
For support related to this Rust binding, please contact the maintainer of this repository, not PEAK-System.