autd3-link-remote 38.1.0

autd3 link for remote server
Documentation
1
2
3
4
5
6
7
8
#[cfg_attr(docsrs, doc(cfg(feature = "async")))]
#[cfg(feature = "async")]
mod r#async;
mod blocking;

#[cfg(feature = "async")]
pub use r#async::AsyncRemote;
pub use blocking::{Remote, RemoteOption};