fmi-sys 0.6.0

Raw bindgen bindings to FMI 2.0 and 3.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc=include_str!( "../README.md")]
//! ## Feature flags
#![doc = document_features::document_features!()]
#![deny(clippy::all)]

#[cfg(feature = "fmi2")]
pub mod fmi2;
#[cfg(feature = "fmi3")]
pub mod fmi3;
#[cfg(feature = "ls-bus")]
pub mod ls_bus;