1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// bindings for ARINC653P2-4 3.2 file system
///
/// TODO to be implemented
pub mod basic {
    // use crate::bindings::*;
}

/// abstraction for ARINC653P2-4 3.2 file system
///
/// TODO to be implemented
pub mod abstraction {
    // use super::basic::{};
    // use crate::hidden::Key;
    // use crate::prelude::*;
}