poanetwork / hbbft

An implementation of the paper "Honey Badger of BFT Protocols" in Rust. This is a modular library of consensus.
Other
357 stars 96 forks source link

Extend the documentation, simplify errors. #351

Closed afck closed 5 years ago

afck commented 6 years ago

This changes and adds several doc comments, adds the missing_docs lint and simplifies some of the error types.

afck commented 5 years ago

I updated the crate root docs and used a much shorter text, with @mbr's help. @andogro: I'm happy to make changes to that in another PR, so please let me know if the new version doesn't address your concerns.