File tree Expand file tree Collapse file tree 6 files changed +18
-1
lines changed
Expand file tree Collapse file tree 6 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition.workspace = true
66homepage.workspace = true
77repository.workspace = true
88license.workspace = true
9+ readme = " README.md"
910description = " Rust implementation of Apache rocketmq common"
1011
1112# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 1+ # The Rust Implementation of Apache RocketMQ Common
2+
3+ ## Overview
4+
5+ Implementation of the Common module in RocketMQ Java version. It mainly houses common methods, aiming to maintain consistency with the RocketMQ Java version.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage.workspace = true
77repository.workspace = true
88license.workspace = true
99keywords.workspace = true
10- readme.workspace = true
10+ readme = " README.md "
1111description.workspace = true
1212
1313# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 1+ # The Rust Implementation of Apache RocketMQ macros
2+
3+ ## Overview
4+
5+ The entire set of common macros for RocketMQ-Rust is implemented in this module.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ homepage.workspace = true
77repository.workspace = true
88license.workspace = true
99description = " Rust implementation of Apache rocketmq remoting"
10+ readme = " README.md"
1011
1112# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213
Original file line number Diff line number Diff line change 1+ # The Rust Implementation of Apache RocketMQ remoting
2+
3+ ## Overview
4+
5+ The remoting module is primarily responsible for protocol encoding and decoding, as well as network-related functionalities.
You can’t perform that action at this time.
0 commit comments