0xPolygonZero / eth-trie-tools

Various debugging tools for working with tries for `eth_trie_utils`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add documentation

Nashtare opened this issue · comments

Add documentation throughout the workspace + README for easier use by external parties.

Ideally supporting

#![cfg_attr(docsrs, feature(doc_cfg))]
#![deny(rustdoc::broken_intra_doc_links)]
#![deny(missing_docs)]

@BGluth Assigning myself to it so I can dive into the internals and understand them while writing the doc, if you don't mind!