difp_pad 0.0.1

DIFP_PAD core interfaces (initial release)
Documentation
1
2
3
4
5
6
7
8
/// DIFP_PAD - DIFP skeleton crate
pub struct DifpPad;

impl DifpPad {
    pub fn new() -> Self {
        Self
    }
}