Skip to content

Commit 317e2b2

Browse files
readme
1 parent 6d814a7 commit 317e2b2

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,16 @@ Rust ZeroMQ bindings.
1515
# About
1616

1717
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.
2521

2622
# Compatibility
2723

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.
3228

3329
# Usage
3430

0 commit comments

Comments
 (0)