cache-size 0.7.0

A library for finding your L1/L2/L3 cache sizes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[toolchain]
channel = "stable"
components = [
    "cargo",
    "clippy",
    "rust-analysis",
    "rust-src",
    "rust-std",
    "rustc",
    "rustfmt",
]
targets = [
    "x86_64-unknown-linux-musl",
    "x86_64-pc-windows-gnu",
    "x86_64-apple-darwin"
]