fmi-ls-bus
Rust bindings for the FMI-LS-BUS interface, with a safe, ergonomic wrapper around buffer operations that is binary compatible with the C implementation.
This crate is part of rust-fmi.
Features
can: Enable CAN-related LS-BUS operations.fmi-export: Enable integrations used byfmi-export.
Usage
use FmiLsBus;
let mut bus = new;
let mut buffer = ;
bus.reset;
let _start = start;
Minimum supported Rust version
This crate follows the workspace MSRV policy.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.