docs: document crate features (#3269)

This commit is contained in:
Bjerg
2023-06-21 21:35:38 +02:00
committed by GitHub
parent 7042230102
commit 77167134d0
25 changed files with 110 additions and 14 deletions

View File

@ -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;