a653rs/apex/
multicore.rs

1/// bindings for ARINC653P2-4 3.12 multicore
2///
3/// TODO to be implemented
4pub mod basic {
5    // use crate::bindings::*;
6}
7
8/// abstractions for ARINC653P2-4 3.12 multicore
9///
10/// TODO to be implemented
11pub mod abstraction {
12    // use super::basic::{};
13    // use crate::hidden::Key;
14
15    // use crate::prelude::*;
16}