msr-driver-rs 1.0.1

Minimal Rust wrapper around Windows MSR drivers (Scaphandre or WinRing0)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
edition = "2024"



# Set a consistent line width

max_width = 120



# Use spaces instead of tabs

hard_tabs = false



# Group imports and format them alphabetically

group_imports = "StdExternalCrate"

reorder_imports = true

reorder_modules = true



# Use trailing commas where appropriate

trailing_comma = "Vertical"



# Always format imports

imports_granularity = "Crate"