device-envoy 0.1.0

Top-level landing crate for device-envoy platform crates
Documentation
1
2
3
4
5
6
7
8
#![no_std]
#![doc = include_str!("../README.md")]

/// Marker type for the top-level `device-envoy` landing crate.
///
/// This crate intentionally exposes minimal API surface and points users to
/// platform crates.
pub struct DeviceEnvoy;