device-envoy-core 0.1.4-alpha.2

Shared traits and data types for device-envoy platform crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Rustdoc source included by device-envoy-core::cyd. -->

## 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.