Registry / utility / memrange

memrange

JSON →
library0.1.3rscratesunverified

A simple crate that represents address ranges in memory images.

# Cargo.toml [dependencies] memrange = "0.1.3"
INSTALL
IMPORT
SIG · MEMRANGE
M
memrange
utilityrustv0.1.3
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.

MemoryRange
use memrange::MemoryRange;

Creates a memory address range from start to end and prints it.

use memrange::MemoryRange; fn main() { let range = MemoryRange::new(0x1000, 0x2000); println!("Range: {:#x} - {:#x}", range.start(), range.end()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
memrange — cargo add memrange · libregistry