mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00
6 lines
134 B
Rust
6 lines
134 B
Rust
#![cfg_attr(not(feature = "std"), no_std)]
|
|
#![feature(generic_associated_types)]
|
|
#![feature(type_alias_impl_trait)]
|
|
|
|
pub mod adapter;
|