superfetch 0.1.1

A lib allowing to utilize the Windows superfetch magic to translate virtual addresses to physical.
Documentation
[dependencies.ntapi]
version = "0.4.2"

[dependencies.winapi]
features = ["winnt", "ntdef", "libloaderapi"]
version = "0.3.9"

[dev-dependencies.widestring]
version = "1.2.1"

[dev-dependencies.winapi]
features = ["psapi"]
version = "0.3.9"

[[example]]
name = "get_nt_base"
path = "examples/get_nt_base.rs"

[[example]]
name = "get_ranges"
path = "examples/get_ranges.rs"

[lib]
name = "superfetch"
path = "src/lib.rs"

[package]
authors = ["I3r1h0n"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "memory-management"]
description = """
A lib allowing to utilize the Windows superfetch magic to translate 
virtual addresses to physical.
"""
edition = "2024"
exclude = ["/.git/*", "/.github/*", "/.gitignore", "/.vscode/*", "/assets/*"]
license = "MIT"
name = "superfetch"
readme = "README.md"
repository = "https://github.com/I3r1h0n/SuperFetch"
version = "0.1.1"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]