Registry / utility / orml-utilities

orml-utilities

JSON →
library1.5.0rscratesunverified

Provides various utilities including FixedU128 and LinkedList for the Open Runtime Module Library.

# Cargo.toml [dependencies] orml-utilities = "1.5.0"
INSTALL
IMPORT
SIG · ORML-UTILITIES
O
orml-utilities
utilityrustv1.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.

FixedU128
use orml_utilities::FixedU128;

Demonstrates basic usage of FixedU128 from orml-utilities.

use orml_utilities::FixedU128; fn main() { let value = FixedU128::from(42); println!("{:?}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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