emcyphal 0.1.0

Async Cyphal/CAN network stack for no_std environments
Documentation
1
2
3
4
5
6
7
8
/// Marker type for message transfers
pub struct Message;

/// Marker type for request transfers
pub struct Request;

/// Marker type for response transfers
pub struct Response;