docs.rs failed to build wslc-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
wslc-0.1.1
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.