- Notifications
You must be signed in to change notification settings - Fork3
License
NotificationsYou must be signed in to change notification settings
jeikabu/runng
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
RustNNG (Nanomsg-Next-Generation):
NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing.
Repository | Crate | Details |
---|---|---|
nng_async /runng | high-level wrapper for NNG | |
nng-sys | bindings to native NNG library | |
runng_examples | Additional examples | |
runng_thrift | NNG asApache Thrift transport |
InCargo.toml
:
runng ="0.3"
Requirements:
- cmake in
PATH
- On Linux/macOS: default generator is "Unix Makefiles" and shouldjust work
- On Windows: default generator is usually Visual Studio
- Optional libclang needed if using
build-bindgen
feature to runbindgen
- Update submodules:
git submodule update --init --recursive
- Install requirements
cargo build
About
No description or website provided.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published