wsl-com-api-sys 0.1.0

Low-level WSL COM API for Rust
Documentation
[dependencies.windows]
features = ["Win32_System_Com", "Win32_Foundation"]
version = "0.57.0"

[lib]
name = "wsl_com_api_sys"
path = "src/lib.rs"

[package]
authors = ["Matt Mastracci <matthew@mastracci.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "external-ffi-bindings", "api-bindings"]
description = "Low-level WSL COM API for Rust"
edition = "2021"
keywords = ["wsl", "windows", "rust", "com"]
license = "MIT OR Apache-2.0"
name = "wsl-com-api-sys"
readme = "README.md"
repository = "https://github.com/mmastrac/wsl-rust"
rust-version = "1.87.0"
version = "0.1.0"