Expand description
Tools and utilities for creating custom WSL plugins.
§WSL Plugin Framework
This module serves as the main entry point for creating WSL plugins using Rust. It provides error handling, utilities, and the WSL Plugin v1 interface for seamless integration with the Windows Subsystem for Linux (WSL) plugin system.
Re-exports§
pub use error::Error;pub use error::Result;pub use wsl_plugin_v1::WSLPluginV1;pub use utils::create_plugin_with_required_version;
Modules§
- error
- Error handling utilities for WSL plugins.
- utils
- Utility functions for WSL plugin development.
- wsl_
plugin_ v1 - The WSL Plugin v1 interface.