Skip to content

Commit

Permalink
[ISSUE #125]📝Add README.md for every crate (#126)
Browse files Browse the repository at this point in the history
mxsm authored Jan 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 841fe72 commit 37b9bfa
Showing 6 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions rocketmq-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
readme = "README.md"
description = "Rust implementation of Apache rocketmq common"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5 changes: 5 additions & 0 deletions rocketmq-common/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The Rust Implementation of Apache RocketMQ Common

## Overview

Implementation of the Common module in RocketMQ Java version. It mainly houses common methods, aiming to maintain consistency with the RocketMQ Java version.
2 changes: 1 addition & 1 deletion rocketmq-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
readme.workspace = true
readme = "README.md"
description.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5 changes: 5 additions & 0 deletions rocketmq-macros/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The Rust Implementation of Apache RocketMQ macros

## Overview

The entire set of common macros for RocketMQ-Rust is implemented in this module.
1 change: 1 addition & 0 deletions rocketmq-remoting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ homepage.workspace = true
repository.workspace = true
license.workspace = true
description = "Rust implementation of Apache rocketmq remoting"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

5 changes: 5 additions & 0 deletions rocketmq-remoting/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The Rust Implementation of Apache RocketMQ remoting

## Overview

The remoting module is primarily responsible for protocol encoding and decoding, as well as network-related functionalities.

0 comments on commit 37b9bfa

Please sign in to comment.