File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,16 @@ Rust ZeroMQ bindings.
15
15
# About
16
16
17
17
The ` zmq ` crate provides bindings for the ` libzmq ` library from the
18
- [ ZeroMQ] ( https://zeromq.org/ ) project. This project is a fork of the
19
- [ https://github.com/erickt/rust-zmq ] ( rust-zmq ) project, with the intent
20
- of keeping it actively maintained.
21
-
22
- This project removes the ` cmake ` dependency of this project, as well as
23
- update the dependencies. It has also removed the ` pkgconfig ` build in
24
- favor of always building a vendored version of this library.
18
+ [ ZeroMQ] ( https://zeromq.org/ ) project. The API exposed by ` zmq ` should
19
+ be safe (in the usual Rust sense), but it follows the C API closely,
20
+ so it is not very idiomatic.
25
21
26
22
# Compatibility
27
23
28
- The aim of this fork is to track latest zmq releases as close as possible,
29
- while in the beginning aming to be a drop in replacement of the original
30
- ` zmq ` library. Though over time we'll most likely abandon that, in favor
31
- of our own library features.
24
+ The aim of this project is to track latest zmq releases as close as possible.
25
+
26
+ Regarding the minimum Rust version required, ` zmq ` is CI-tested on current
27
+ stable channels of Rust.
32
28
33
29
# Usage
34
30
You can’t perform that action at this time.
0 commit comments