issues
search
rust-practice
/
cargo-leet
Program to make working on leetcode problems locally more convenient
Apache License 2.0
5
stars
3
forks
source link
Documentation
#38
Closed
c-git
closed
1 year ago
c-git
commented
1 year ago
Cleaned up items marked as pub. Removed pub if not needed and put
pub (crate)
if only available inside of the crate.
Created documentation for all public items in the crate
Added lint to ensure all items exposed for solution development have a debug impl
Added a rustfmt.toml to document how to get the wrapping to work
Resolves (
https://github.com/rust-practice/cargo-leet/discussions/20
)
pub (crate)
if only available inside of the crate.