msru 0.2.0

A Rust-safe library for interracting with Model Specific Registers in user-space.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Larry Dewey <larry.dewey@amd.com>"]
description = "A Rust-safe library for interracting with Model Specific Registers in user-space."
edition = "2021"
homepage = "https://github.com/virtee/msru"
keywords = ["msr", "cpu", "x86", "x86_64", "linux"]
license = "Apache-2.0"
name = "msru"
readme = "README.md"
repository = "https://github.com/virtee/msru"
rust-version = "1.59"
version = "0.2.0"