sigmd 0.1.0

Windows API signature metadata
Documentation
1
2
3
4
5
6
7
8
9
10
//! SAL annotation analysis.

mod analyze;
mod annotation;
mod parse;

pub use self::{
    analyze::analyze,
    annotation::{decode, flags},
};