Registry / utility / assets-common

assets-common

JSON →
library0.28.0rscratesunverified

Common utilities for asset management in the Polkadot SDK.

# Cargo.toml [dependencies] assets-common = "0.28.0"
INSTALL
IMPORT
SIG · ASSETS-COMMON
A
assets-common
utilityrustv0.28.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.

AssetId
use assets_common::AssetId;

Create an AssetId from a u32.

use assets_common::AssetId; fn main() { let asset = AssetId::from(42u32); println!("{:?}", asset); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.28.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
OpenAI (training)
2
Meta
1
Amazon
1
Resources
assets-common — cargo add assets-common · libregistry