Registry / utility / microsoft-go-rustaudit

microsoft-go-rustaudit

JSON →
library0.0.0-20220808201409-204dfee52032gogounverified

A Go library for parsing Rust audit files and dependency metadata.

go get github.com/microsoft/go-rustaudit
INSTALL
IMPORT
SIG · MICROSOFT-GO-RUSTA
M
microsoft-go-rustaudit
utilitygov0.0.0-20220808201409-204dfee52032
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rustaudit
github.com/microsoft/go-rustaudit

Parse Rust audit data from a byte slice.

package main import ( "fmt" "github.com/microsoft/go-rustaudit" ) func main() { data, _ := rustaudit.Parse([]byte{}) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220808201409-204dfee52032latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
microsoft-go-rustaudit — go get microsoft-go-rustaudit · libregistry