Kampfkarren / roblox-install

Get the install directory of Roblox in Rust
Mozilla Public License 2.0
8 stars 4 forks source link

Add doc comments #24

Open LPGhatguy opened 4 years ago

LPGhatguy commented 4 years ago

None of the methods or types are documented in roblox-install, it would be useful to improve the documentation by sprucing those up.

I'd also recommend introducing #![deny(missing_docs)] to make sure any new public types are also documented.