## Implementations
- [`CydEsp`](https://docs.rs/device-envoy-esp/latest/device_envoy_esp/cyd/struct.CydEsp.html)
runs on ESP32 hardware.
- [`CydRp`](https://docs.rs/device-envoy-rp/latest/device_envoy_rp/cyd/struct.CydRp.html)
runs on Raspberry Pi Pico hardware.
- [`CydWasm`](crate::wasm::CydWasm)
provides interactive browser simulation with the `wasm` feature.
- [`CydMemory`](crate::memory::CydMemory)
provides fast, deterministic native desktop tests with the `host` feature.