gossip/docs/DOCUMENTATION.md
2023-10-06 00:36:18 +02:00

291 B

DOCUMENTATION

You may want to generate the Gossip Rust Documentation from root folder:

cargo doc --lib

The output in target/doc/gossip_lib/index.html may be browsed.

For lasiest people the following will directly open the browser:

cargo doc --lib --open