Crates.io | async-nng |
lib.rs | async-nng |
version | 0.2.0 |
source | src |
created_at | 2024-08-05 18:04:03.137112 |
updated_at | 2024-08-05 22:31:30.05771 |
description | Async wrappers for working with nng-rs types and operations. |
homepage | https://www.tangramvision.com |
repository | https://gitlab.com/tangram-vision/oss/async-nng |
max_upload_size | |
id | 1326365 |
size | 48,674 |
This crate provides wrapper types that leverage the
nng-rs
crate to provide async-await operations on NNG
sockets.
The library can be added to your project via cargo:
$ cargo add async-nng
From there, you'll want to look at the Rust docs for more information on how to use the library.
If you're looking to add a test or feature to the library, please be aware of the following:
clippy
and does not generally allow lint warnings or
errors within the codebase.This crate and associated code are shipped under the MIT license, to match the license used by the
nng-rs
crate.
Copyright (c) 2024 Jeremy Steward
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without
limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.