mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 12:42:52 +01:00
10 lines
200 B
Rust
10 lines
200 B
Rust
|
//! Examples
|
||
|
// Auto-generated. Do not modify.
|
||
|
pub mod _0_zero_tasks;
|
||
|
pub mod _1_one_task;
|
||
|
pub mod _2_two_tasks;
|
||
|
pub mod _3_preemption;
|
||
|
pub mod _4_nested;
|
||
|
pub mod _5_generics;
|
||
|
pub mod _6_full_syntax;
|