You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the protocols::v2::subprotocols has already been documented, but it's worth a look to see where to improve it. Since it contains 4 different crates, this issue is the tracker one, and more specific ones are going to be grouped here.
Note: While this issue addresses the need for doc comments, it will also serve as a means to identify code debt that needs to be cleaned up and addressed in future issues.
Solution
Navigate through each crate in protocols::v2::subprotocols and add:
Rust Docs comments (following the formatting structure in this on-going discussion), to be displayed in docs.rs
a descriptive README.md file to be displayed in crates.io
While this work is being performed, specific code debt should be looked for and recorded to turn into future issues
Background
Currently, the
protocols::v2::subprotocols
has already been documented, but it's worth a look to see where to improve it. Since it contains 4 different crates, this issue is the tracker one, and more specific ones are going to be grouped here.Solution
Navigate through each crate in
protocols::v2::subprotocols
and add:docs.rs
README.md
file to be displayed incrates.io
While this work is being performed, specific code debt should be looked for and recorded to turn into future issues
Task list
common_messages_sv2
: Need Rust docs onprotocols::v2::subprotocols::common-messages
#1203job_declaration_sv2
: Need Rust docs onprotocols::v2::subprotocols::job-declaration
#1204mining_sv2
: Need Rust docs onprotocols::v2::subprotocols::mining
#1205template_distribution_sv2
: Need Rust docs onprotocols::v2::subprotocols::template-distribution
#1206The text was updated successfully, but these errors were encountered: