mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-02-17 13:58:38 +01:00
9 lines
129 B
Rust
9 lines
129 B
Rust
![]() |
//! Crate
|
||
|
|
||
|
#![no_std]
|
||
|
#![deny(missing_docs)]
|
||
|
//deny_warnings_placeholder_for_ci
|
||
|
|
||
|
pub mod wait_queue;
|
||
|
pub mod waker_registration;
|