runng 0.3.2

High-level wrapper around nng (Nanomsg-Next-Generation) aka Nanomsg2
Documentation
1
2
3
4
5
6
7
//! Raw memory allocations.

pub mod memory;
pub mod string;

pub use self::memory::*;
pub use self::string::*;