Skip to content

marcusvinoli/zmq-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroMQ Wrapper

This library is inteded to provide a ergonomic rust wrapper for the most commom patterns of ZeroMQ, using the powerfull serde serialization/deserialization features. Currently, all wrappers are not blocking, returning an std::Option<T> for not ready or erroneous values.

Patterns

Currently there are two patterns available:

  • Request/Response (Or Client/Server)
  • Publisher/Subscriber

Contributing

As I am not like a pro, this code should be improved and I'll appreciate your help. Consider opening an issue if you figure-out a bug, or even a pull-request.

About

ZeroMQ Wrapper on Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages