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.