ruda-core 0.1.0

Shared types, device contracts and utilities for Ruda.
Documentation
1
2
3
4
5
6
7
8
9
10
mod base;

pub use base::*;

pub(crate) mod handle;

#[cfg(feature = "communication")]
mod communication;
#[cfg(feature = "communication")]
pub use communication::CommunicationId;