danburkert / capnp-nonblock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Rust 100.0%