We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5f565 commit 6d814a7Copy full SHA for 6d814a7
Cargo.toml
@@ -7,7 +7,7 @@ authors = [
7
"[email protected]",
8
]
9
license = "MIT/Apache-2.0"
10
-description = "Maintained high-level bindings to the zeromq library"
+description = "High-level bindings to the zeromq library"
11
keywords = ["bindings", "protocol"]
12
categories = ["api-bindings", "network-programming"]
13
repository = "https://github.com/erickt/rust-zmq"
README.md
@@ -45,7 +45,7 @@ fn main() {
45
```
46
47
You can find more usage examples in
48
-https://github.com/Traverse-Research/zmq/tree/master/examples.
+https://github.com/erickt/rust-zmq/tree/master/examples.
49
50
# Contributing
51
0 commit comments