# device-envoy
[](https://github.com/CarlKCarlK/device-envoy)
[](https://crates.io/crates/device-envoy)
[](https://docs.rs/device-envoy)
Top-level landing crate for the device-envoy platform crates.
`device-envoy` is a lightweight crate intended to help users pick the correct platform crate.
Do not start a new project with `device-envoy` itself. Choose one of the platform crates below instead.
- [`device-envoy-rp`](https://docs.rs/device-envoy-rp/latest/device_envoy_rp/) for Raspberry Pi Pico targets
- [`device-envoy-esp`](https://docs.rs/device-envoy-esp/latest/device_envoy_esp/) for ESP32 targets
## Status
⚠️ **Alpha / Experimental**
APIs are actively evolving.
## License
Licensed under either:
- MIT license (see the repository root `LICENSE-MIT` file)
- Apache License, Version 2.0 (see the repository root `LICENSE-APACHE` file)
at your option.