Git Product home page Git Product logo

rust-czmq's People

Contributors

petehayes102 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rust-czmq's Issues

Remove dependence on rust-zmq

rust-zmq is an out of date library and seemingly a dead project. This library relies on patches that have not been merged into rust-zmq, which is preventing it from being published on crates.io.

We can either:

  1. Port rust-czmq to a new ZeroMQ binding that will accept and publish patches in a timely manner
  2. Publish my rust-zmq fork on crates.io as a new project
  3. Remove external dependencies completely, which will mean importing a small amount of code from rust-zmq that deals with z85 byte slices. It also means losing compatibility with rust-zmq sockets (i.e. everything must be a ZSock)

I don't know which way to go so if you're actually using this binding (and care!) then feel free to express an opinion. I'll leave this issue open for a few weeks to garner any feedback, then make a decision.

How does this relate to the zmq crate?

Full disclosure: I've started hacking a bit on zmq lately, so I have an agenda ;-).

I wonder how this crate should relate to zmq. My goal is to provide high-level, nearly-idiomatic bindings in zmq, without reducing expressivity compared to the libzmq C API. Both points still need work, obviously.

Given that "mission statement" of zmq, I'm not sure if having C binding to libczmq is the ideal way to achive a "czmq-like" API in Rust. Wouldn't layering it on top of zmq itself be a better solution, both in terms of safety (less tricky C binding unsafe code), and probably also overall effort?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.