Registry / utility / trackable

trackable

JSON →
library1.3.0rscratesunverified

Provides a way to track objects manually as an alternative to mechanisms like backtracing.

# Cargo.toml [dependencies] trackable = "1.3.0"
INSTALL
IMPORT
SIG · TRACKABLE
T
trackable
utilityrustv1.3.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.

Trackable
✓ use trackable::Trackable;

Demonstrates basic usage of the Trackable trait to track an object.

use trackable::Trackable; fn main() { let mut value = 42; value.track(); println!("Tracked value: {:?}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
trackable — cargo add trackable · libregistry