Skip to content

Commit

Permalink
Add no_std in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges Palauqui committed Nov 13, 2024
1 parent b4da137 commit 8cd634b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions protocols/v2/binary-sv2/binary-sv2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# binary_sv2

`binary_sv2` is a Rust `no_std` crate
3 changes: 3 additions & 0 deletions protocols/v2/binary-sv2/no-serde-sv2/codec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# binary_codec_sv2

`binary_codec_sv2` is a Rust `no_std` crate
3 changes: 3 additions & 0 deletions protocols/v2/binary-sv2/no-serde-sv2/derive_codec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# derive_codec_sv2

`derive_codec_sv2` is a Rust `no_std` crate
3 changes: 3 additions & 0 deletions protocols/v2/binary-sv2/serde-sv2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# serde_sv2

`serde_sv2` is a Rust `no_std` crate
2 changes: 1 addition & 1 deletion protocols/v2/const-sv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![rustc+](https://img.shields.io/badge/rustc-1.75.0%2B-lightgrey.svg)](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
[![license](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](https://github.com/stratum-mining/stratum/blob/main/LICENSE.md)

`const_sv2` is a Rust crate that provides essential constants for the Sv2 (Stratum V2) protocol. These constants are crucial for message framing, encryption, and protocol-specific identifiers across various Sv2 components, including Mining, Job Declaration, and Template Distribution protocols.
`const_sv2` is a Rust `no_std` crate that provides essential constants for the Sv2 (Stratum V2) protocol. These constants are crucial for message framing, encryption, and protocol-specific identifiers across various Sv2 components, including Mining, Job Declaration, and Template Distribution protocols.

## Key Capabilities

Expand Down
3 changes: 3 additions & 0 deletions protocols/v2/framing-sv2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# framing_sv2

`framing_sv2` is a Rust `no_std` crate

0 comments on commit 8cd634b

Please sign in to comment.