mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: document crate features (#3269)
This commit is contained in:
@ -5,6 +5,11 @@
|
||||
attr(deny(warnings, rust_2018_idioms), allow(dead_code, unused_variables))
|
||||
))]
|
||||
//! Implementation of the `eth` wire protocol.
|
||||
//!
|
||||
//! ## Feature Flags
|
||||
//!
|
||||
//! - `serde` (default): Enable serde support
|
||||
//! - `arbitrary`: Adds `proptest` and `arbitrary` support for wire types.
|
||||
|
||||
pub mod builder;
|
||||
pub mod capability;
|
||||
|
||||
Reference in New Issue
Block a user