1#![no_std] 2#![doc = include_str!("../README.md")] 3 4/// Marker type for the top-level `device-envoy` landing crate. 5/// 6/// This crate intentionally exposes minimal API surface and points users to 7/// platform crates. 8pub struct DeviceEnvoy;