Docs.rs
alloy-serde-0.6.1
alloy-serde 0.6.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gakonst
github:alloy-rs:core
Dependencies
alloy-primitives ^0.8.11
normal
arbitrary ^1.3
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
alloy-primitives ^0.8.11
dev
arbitrary ^1.3
dev
rand ^0.8
dev
similar-asserts ^1.5
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alloy_
serde
0.6.1
Module quantity_
bool
Module Items
Functions
In crate alloy_
serde
alloy_serde
Module
quantity_bool
Copy item path
Source
๐
Deprecated: use
quantity::bool
instead
Expand description
Serde serialization and deserialization for
bool
as
0x0
or
0x1
.
Functions
ยง
deserialize
Deprecated
Deserializes a
bool
via a
U1
quantity.
serialize
Deprecated
Serializes a
bool
via a
U1
quantity.