device-envoy-core 0.1.4-alpha.1

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`]https://docs.rs/device-envoy-core/latest/device_envoy_core/wasm/struct.CydWasm.html
  provides interactive browser simulation with the `wasm` feature.
- [`CydMemory`]https://docs.rs/device-envoy-core/latest/device_envoy_core/memory/struct.CydMemory.html
  provides fast, deterministic native desktop tests with the `host` feature.