logo
1
2
3
4
5
6
//! Rust trivials

/// FFI.
pub mod ffi;
/// Trait.
pub mod r#trait;