capnp-nonblock

Crates.iocapnp-nonblock
lib.rscapnp-nonblock
version0.4.0
sourcesrc
created_at2015-11-21 20:34:26.085483
updated_at2017-09-09 17:04:40.186546
description[deprecated] A Cap'n Proto message serializer and deserializer that works with non-blocking streams.
homepage
repositoryhttps://github.com/danburkert/capnp-nonblock
max_upload_size
id3470
size51,317
Dan Burkert (danburkert)

documentation

https://docs.rs/capnp-nonblock/0.4.0/capnp_nonblock/

README

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.

Commit count: 27

cargo fmt