๐ #Rustlang Tip: Use cargo doc to generate docs for your project Doc comments use three slashes /// and support Markdown They appear in the generated documentation Regular won't be included in the documentation. example: Run `cargo doc --open` to generate and view your documentation! #Rust30by30
1 likes 0 replies
?