4 lines
84 B
Rust
4 lines
84 B
Rust
#![no_std]
|
|
#![feature(async_fn_in_trait, impl_trait_projections)]
|
|
|
|
pub mod standard; |