rsclaw-computer 0.1.0

Computer crate for RsClaw — internal workspace crate, not for direct use
1
2
3
4
5
6
7
8
9
//! Platform / target operator implementations.

pub mod browser;
pub mod iphone_mirror;
pub mod native;

pub use browser::BrowserOperator;
pub use iphone_mirror::IphoneMirrorOperator;
pub use native::NativeOperator;