Harmonize notation and documentation
asonnino opened this issue · 0 comments
asonnino commented
- Document public structs and fields, so that cargo doc produces something nice.
- Harmonize variable names (eg.
voting_rights
) - Rename
Parameters
into something likeNode
,NodeConfig
, orNodeSpawner
and/or incorporating more of the parameters ofspawn(..)
- Remove the
node
crate and include the main functions into the respective crates (eg.librabft-v2
)