emcyphal_data_types/
lib.rs

1//! Autogenerated Rust types for Cyphal public regulated data types
2//!
3//! This library contains data types and serialization code for Cyphal
4//! [public regulated data types](https://github.com/OpenCyphal/public_regulated_data_types).
5//! The code was generated automatically using
6//! [modified generator](https://github.com/dan-stefanov/emcyphal-dsdl-codegen)
7//! derived from `canadensis_codegen_rust`.
8
9#![no_std]
10
11extern crate emcyphal_core;
12extern crate emcyphal_encoding;
13extern crate half;
14extern crate heapless;
15extern crate zerocopy;
16
17include!("generated.rs");
18
19pub mod optimized;