cmsd2 / tokio-line

Line protocol for Tokio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tokio Line Proto

A very basic protocol built on top of Tokio. The line protocol is UTF-8 strings such that each message is terminated with a new line. The library shows how to implement a client and server on using Tokio and the example shows how to consume the client and server.

License

Tokio is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

About

Line protocol for Tokio

License:Apache License 2.0


Languages

Language:Rust 100.0%