Skip to main content

Crate dotnethelper

Crate dotnethelper 

Source
Expand description

§dotnethelper

dotnethelper contains .NET-related helpers for Rust.

Functions§

installed
Determines whether .NET is installed.
version
Returns the trimmed output of dotnet --version (e.g. "9.0.100"), or None if .NET is not installed or the probe failed.