Skip to main content

wslpluginapi_sys/
lib.rs

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