Registry / utility / contextual

contextual

JSON →
library0.1.6rscratesunverified

Utility crate to deal with data in context

# Cargo.toml [dependencies] contextual = "0.1.6"
INSTALL
IMPORT
SIG · CONTEXTUAL
C
contextual
utilityrustv0.1.6
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.

Context
use contextual::Context;

Creates a new context with an integer value

use contextual::Context; fn main() { let ctx = Context::new(42); println!("Context value: {:?}", ctx); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
contextual — cargo add contextual · libregistry