emcyphal-data-types 0.1.0

STM32 FDCAN driver for Emcyphal network stack
Documentation
//! Autogenerated Rust types for Cyphal public regulated data types
//!
//! This library contains data types and serialization code for Cyphal
//! [public regulated data types](https://github.com/OpenCyphal/public_regulated_data_types).
//! The code was generated automatically using
//! [modified generator](https://github.com/dan-stefanov/emcyphal-dsdl-codegen)
//! derived from `canadensis_codegen_rust`.

#![no_std]

extern crate emcyphal_core;
extern crate emcyphal_encoding;
extern crate half;
extern crate heapless;
extern crate zerocopy;

include!("generated.rs");

pub mod optimized;