autd3-protobuf 30.0.1

gRPC protobuf for autd3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg_attr(docsrs, doc(cfg(not(feature = "lightweight"))))]
#[cfg(not(feature = "lightweight"))]
mod autd3;
#[cfg_attr(docsrs, doc(cfg(not(feature = "lightweight"))))]
#[cfg(not(feature = "lightweight"))]
pub use autd3::*;

#[cfg_attr(docsrs, doc(cfg(feature = "lightweight")))]
#[cfg(feature = "lightweight")]
mod lightweight;
#[cfg_attr(docsrs, doc(cfg(feature = "lightweight")))]
#[cfg(feature = "lightweight")]
pub use lightweight::*;