nng-c-sys

Crates.ionng-c-sys
lib.rsnng-c-sys
version1.8.0-beta.7
sourcesrc
created_at2024-05-07 23:56:55.588512
updated_at2024-05-29 13:35:22.032237
descriptionBindings nng C library
homepage
repositoryhttps://github.com/DoumanAsh/nng-c-sys
max_upload_size
id1233242
size10,281,392
Douman (DoumanAsh)

documentation

https://docs.rs/crate/nng-c-sys

README

nng-c-sys

Actions Status Crates.io Documentation

Bindings to nng.

Version corresponds to C library

Features

  • http - Builds with http code ON
  • websocket - Builds with websocket code ON. Enables http alongside
  • tls - Builds with TLS code ON
  • stats - Builds with statistics collection. See this for details.

TLS

When tls feature is enabled this crate compiles mbedtls 2.28.8 to bundle it together with nng

Cross compilation

Android

Specify environment variable ANDROID_NDK_HOME which points too root of NDK installation where to look for toolchain file

Commit count: 18

cargo fmt