Crates.io | capnp-nonblock |
lib.rs | capnp-nonblock |
version | 0.4.0 |
source | src |
created_at | 2015-11-21 20:34:26.085483 |
updated_at | 2017-09-09 17:04:40.186546 |
description | [deprecated] A Cap'n Proto message serializer and deserializer that works with non-blocking streams. |
homepage | |
repository | https://github.com/danburkert/capnp-nonblock |
max_upload_size | |
id | 3470 |
size | 51,317 |
A Rust Cap'n Proto message serializer and deserializer that works with non-blocking streams.
This crate is effectively retired; it hails from a time before
futures, Tokio and
capnp-futures. Existing projects
utilizing this crate are encouraged to move to capnp-futures
. Bug-fix pull
requests are accepted, but no new features will be released.
An example of using Cap'n Proto messages with a simple MIO server is provided.
capnp-nonblock
is primarily distributed under the terms of both the MIT
license and the Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2015 Dan Burkert.