Registry / crypto / ethers-primitives

ethers-primitives

JSON →
library0.2.2rscratesunverified

Provides primitive types for Ethereum, including RLP and ABI encode/decode support.

# Cargo.toml [dependencies] ethers_primitives = "0.2.2"
INSTALL
IMPORT
SIG · ETHERS-PRIMITIVES
E
ethers-primitives
cryptorustv0.2.2
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.

Bytes
use ethers_primitives::types::Bytes;

Basic usage of the Bytes type from ethers-primitives.

use ethers_primitives::types::Bytes; fn main() { let data = Bytes::from(vec![1, 2, 3]); println!("{:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources