Registry / other / drmem-api

drmem-api

JSON →
library0.5.0rscratesunverified

Traits and types used internally by the DrMem control system.

# Cargo.toml [dependencies] drmem-api = "0.5.0"
INSTALL
IMPORT
SIG · DRMEM-API
D
drmem-api
otherrustv0.5.0
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.

Device
use drmem_api::Device;

Implements the Device trait for a custom device.

use drmem_api::Device; struct MyDevice; impl Device for MyDevice { fn name(&self) -> &str { "my_device" } } fn main() { let d = MyDevice; println!("Device: {}", d.name()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
drmem-api — cargo add drmem-api · libregistry