Registry / other / cw0
library0.10.3rscratesunverified

Common helpers for other CosmWasm specs, providing utility types and functions.

# Cargo.toml [dependencies] cw0 = "0.10.3"
INSTALL
IMPORT
SIG · CW0
C
cw0
otherrustv0.10.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.

Expiration
use cw0::Expiration;

Uses the Expiration type from cw0.

use cw0::Expiration; fn main() { let exp = Expiration::Never {}; println!("Expiration: {:?}", exp); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Meta
1
Resources
cw0 — cargo add cw0 · libregistry