wslc
Safe Rust wrapper for the preview Microsoft WSL Containers SDK.
The crate loads wslcsdk.dll at runtime, validates common inputs before calling
the SDK, maps failing HRESULT values into wslc::Error, and releases SDK
handles with RAII. It does not redistribute Microsoft SDK files.
use ;
Run unit tests with cargo test -p wslc. Real WSLC smoke tests require
--features integration.