Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

jeikabu/runng

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.

traviscodecovdocs.rs

RepositoryCrateDetails
nng_async /runngrunng cratehigh-level wrapper for NNG
nng-sysrunng-sys cratebindings to native NNG library
runng_examplesAdditional examples
runng_thriftrunng-thrift crateNNG asApache Thrift transport

Usage

InCargo.toml:

runng ="0.3"

Requirements:

  • cmake inPATH
    • On Linux/macOS: default generator is "Unix Makefiles" and shouldjust work
    • On Windows: default generator is usually Visual Studio
  • Optional libclang needed if usingbuild-bindgen feature to runbindgen

Build

  1. Update submodules:git submodule update --init --recursive
  2. Install requirements
  3. cargo build

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp