mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-12-02 00:14:33 +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;
|