DEV Community

Discussion on: ๐Ÿฆ€ Publishing My First Rust Crate

Collapse
 
elliotekj profile image
Elliot Jackson

Hey, congrats on publishing your first crate! Just chiming in to say that with Rust, documentation is definitely better off being in the .rs files themselves because of the awesomeness that is docs.rs. The official Rust book has a section on doc comments. For an example of a very well documented crate, check out regex.