Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 508 Bytes

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.