You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ceci est une ${{ env.prerelease == 'true' && 'prerelease' || 'release' }} de la crate.
117
-
Vous pouvez retrouver la [crate ici](https://crates.io/crates/${{ github.repository }}).
118
-
Cette version est un binding pour le WSLPluginAPI v${{ env.nuget_version }} disponible sur [NuGet](https://www.nuget.org/packages/Microsoft.WSL.PluginApi/${{ env.nuget_version }}).
116
+
This is a **${{ env.prerelease == 'true' && 'prerelease' || 'release' }}** of **${{ github.repository }}**.
117
+
- The crate is available on [Crates.io](https://crates.io/crates/${{ github.repository }}).
118
+
- This version provides bindings for **WSLPluginAPI v${{ env.nuget_version }}**, which can be found on [NuGet](https://www.nuget.org/packages/Microsoft.WSL.PluginApi/${{ env.nuget_version }}).

7
+
[](https://www.nuget.org/packages/Microsoft.WSL.PluginApi/2.1.3)
`wslpluginapi-sys` is a Rust crate that provides low-level bindings to the Windows Subsystem for Linux (WSL) Plugin API. It offers a direct interface to the functions and structures defined in the WSL Plugin API, facilitating the development of WSL plugins in Rust.
0 commit comments