device-envoy 0.1.0

Top-level landing crate for device-envoy platform crates
Documentation
# device-envoy

[![GitHub](https://img.shields.io/badge/github-device--envoy-8da0cb?style=flat&labelColor=555555&logo=github)](https://github.com/CarlKCarlK/device-envoy)
[![crates.io](https://img.shields.io/crates/v/device-envoy?style=flat&color=fc8d62&logo=rust)](https://crates.io/crates/device-envoy)
[![docs.rs](https://img.shields.io/docsrs/device-envoy?style=flat&color=66c2a5&labelColor=555555)](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.