embedded_nal_async_xtra/
lib.rs

1#![cfg_attr(not(feature = "std"), no_std)]
2#![allow(async_fn_in_trait)]
3
4pub use stack::*;
5
6mod stack;