libdonut-rs 0.1.0

Public API for the Donut-rs project
Documentation
1
2
3
4
5
6
7
8
9
/// Contains the main code for the [`DonutInstanceStub`] struct
pub mod stub;
/// Contains the [`DonutModule`] helpers
pub mod module;
/// Contains core struct definitions
pub mod idefs;
mod codecs;

pub use idefs::*;