aboutsummaryrefslogtreecommitdiff
path: root/rtic-common/src/lib.rs
blob: b8b5e0d931be0c6553d5f7e766a127600253b3ba (plain)
1
2
3
4
5
6
7
8
9
//! Crate

#![no_std]
#![deny(missing_docs)]
//deny_warnings_placeholder_for_ci

pub mod dropper;
pub mod wait_queue;
pub mod waker_registration;