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

16 lines
291 B
Markdown

# DOCUMENTATION
You may want to generate the Gossip Rust Documentation from root folder:
````bash
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:
````bash
cargo doc --lib --open
````