wslpluginapi-sys 0.2.0+2.4.4

Rust bindings for the WSL Plugin API
Documentation
1
2
3
4
5
6
7
#![cfg_attr(docsrs, feature(doc_cfg))]
mod bindgen;
mod manual;
/// Re-export the [windows_sys] crate for use in higher-level crates
pub extern crate windows_sys;
pub use crate::bindgen::*;
pub use manual::*;