#non-blocking #mio #async #serializer-deserializer #capnproto

nightly capnp-nonblock

[deprecated] A Cap'n Proto message serializer and deserializer that works with non-blocking streams

5 releases (3 breaking)

Uses old Rust 2015

0.4.0 Sep 9, 2017
0.3.0 Jan 24, 2016
0.2.1 Dec 14, 2015
0.2.0 Nov 22, 2015
0.1.0 Nov 21, 2015

#55 in #serializer-deserializer

MIT/Apache

39KB
765 lines

capnp-nonblock

A Rust Cap'n Proto message serializer and deserializer that works with non-blocking streams.

Documentation

Status

Deprecated

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.

Example

An example of using Cap'n Proto messages with a simple MIO server is provided.

License

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.

Dependencies

~1.5MB
~28K SLoC