Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tokio-line

Line protocol for Tokio
https://github.com/tokio-rs/tokio-line

reserve the actual msg length in buffer for encoding (#26)

64faee600094f9ec2eb537eb8bb68342276f6887 authored over 7 years ago by Rahul Sharma <[email protected]>
Track Tokio changes

Updates the examples to use tokio-io and bytes

e2cf5758198cf56d87a064da34ffc7ad8ff8b13c authored almost 8 years ago by Carl Lerche <[email protected]>
Use `extend` instead of `extend_from_slice`

These are identical since rust-lang/rust#37094 landed, and
extend_from_slice will be deprecated ...

482614ae0c82daf584727ae65a80d854fe861f81 authored almost 8 years ago by Matt Brubeck <[email protected]>
Depend on crates.io versions

119df673d6196aaf9f5f4613e3b671aeaa6918a6 authored almost 8 years ago by Alex Crichton <[email protected]>
Track proto changes

68b14862fb4e07d5c5dd44dac664e293750bd69e authored almost 8 years ago by Aaron Turon <[email protected]>
Add more docs for streaming

2ea0e4f2aa522ee16f69e860acb013be8837f6d1 authored almost 8 years ago by Carl Lerche <[email protected]>
Track tokio-service changes

f53993993b481a2159306fed4990950502c8961f authored almost 8 years ago by Carl Lerche <[email protected]>
Initial implementation of a streaming protocol

c4d9660ad579deea6be5be15d29f1879abf523b8 authored almost 8 years ago by Carl Lerche <[email protected]>
Add an example with a connection handshake

bfa882410f1e3f0c5314288f6b3d45d10d722f5e authored almost 8 years ago by Carl Lerche <[email protected]>
Add more examples + comments

4c02f96322d32ad511c45b1cd3bf6fbc4f1bf75c authored almost 8 years ago by Carl Lerche <[email protected]>
Add an example of working directly with a transport

1058b21e32c21eec6ce9a97a79ae558f51899bef authored almost 8 years ago by Carl Lerche <[email protected]>
Initial commit

75b9e689e877eea0e61153ba4f867c4f02966b10 authored almost 8 years ago by Carl Lerche <[email protected]>