tokio-interceptor

Crates.iotokio-interceptor
lib.rstokio-interceptor
version0.1.0
sourcesrc
created_at2018-05-25 05:14:41.508675
updated_at2018-05-25 05:14:41.508675
descriptionAn event-driven application framework built on tokio and futures.
homepage
repositoryhttps://github.com/RadicalZephyr/tokio-interceptor
max_upload_size
id66968
size83,850
Zefira Shannon (RadicalZephyr)

documentation

https://docs.rs/tokio-interceptor

README

tokio-interceptor

An event-driven application framework built on the tokio and futures crates.

Usage

First, add this to your Cargo.toml:

[dependencies]
tokio-interceptor = "0.1"

Next, add this to your crate:

extern crate tokio_interceptor;

Right now the only documentation on how to get started is in the examples folder. More to come soon.

License

Copyright 2018 Geoff Shannon

tokio-interceptor is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See COPYING and COPYING.LESSER for details.

Commit count: 67

cargo fmt