-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need Rust docs on protocols::v2::binary_sv2::serde_sv2
#1011
Labels
binary-sv2
documentation
Improvements or additions to documentation
protocols
Lowest level protocol logic
Comments
rrybarczyk
added
documentation
Improvements or additions to documentation
protocols
Lowest level protocol logic
binary-sv2
labels
Jun 26, 2024
rrybarczyk
changed the title
Need Rust docs on
Need Rust docs on Jun 26, 2024
protocols::v2::binary_sv2::no-serde-sv2::serde_sv2
protocols::v2::binary_sv2::serde_sv2
78 tasks
average-gary
added a commit
to average-gary/stratum
that referenced
this issue
Jul 9, 2024
Takes specific of bytes, types and sizes from the specification. Lists some use cases for this struct. stratum-mining#1011
average-gary
added a commit
to average-gary/stratum
that referenced
this issue
Jul 9, 2024
Takes specific of bytes, types and sizes from the specification. Lists some use cases for this struct. Work toward: stratum-mining#1011
Closed
average-gary
added a commit
to average-gary/stratum
that referenced
this issue
Jul 16, 2024
Takes specific of bytes, types and sizes from the specification. Lists some use cases for this struct. Work toward: stratum-mining#1011
average-gary
added a commit
to average-gary/stratum
that referenced
this issue
Jul 16, 2024
Takes specific of bytes, types and sizes from the specification. Lists some use cases for this struct. Work toward: stratum-mining#1011
average-gary
added a commit
to average-gary/stratum
that referenced
this issue
Sep 4, 2024
Takes specific of bytes, types and sizes from the specification. Lists some use cases for this struct. Work toward: stratum-mining#1011 fix: cargo fmt for docstrings
average-gary
added a commit
to average-gary/stratum
that referenced
this issue
Oct 21, 2024
Takes specific of bytes, types and sizes from the specification. Lists some use cases for this struct. Work toward: stratum-mining#1011 fix: cargo fmt for docstrings
rrybarczyk
pushed a commit
to average-gary/stratum
that referenced
this issue
Oct 30, 2024
Takes specific of bytes, types and sizes from the specification. Lists some use cases for this struct. Work toward: stratum-mining#1011 fix: cargo fmt for docstrings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
binary-sv2
documentation
Improvements or additions to documentation
protocols
Lowest level protocol logic
Background
Currently, the
protocols::v2::binary_sv2::serde_sv2
logic does not contain any in-line rust documentation, resulting in no documentation on its crates.io site.Problem
When a user navigates to this crate crates.io, there is no useful information for the user. This impedes understanding and adoption.
Solution
Navigate through each crate in
protocols::v2::sv2-ffi
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
The text was updated successfully, but these errors were encountered: