summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2016-11-22Touch up examples to ensure consistencyAlex Crichton
2016-11-22Touch up codes for UDPAlex Crichton
2016-11-22changed CodecUdp::decode to return Self::In instead of Option<Self::In>Rick Richardson
2016-11-21made send_dgram move self, made FramedUdp::new private, other clean-ups and t...Rick Richardson
2016-11-20forgot a =Rick Richardson
2016-11-20moved udp test to examples, optimized buffer handlingRick Richardson
2016-11-18Deprecate the `channel` moduleAlex Crichton
2016-11-09This works only for IPv4 addressesKartik Singhal
2016-11-09Correct client invocation exampleKartik Singhal
2016-11-05No more need for lazy in chat exampleAlex Crichton
2016-11-05Simply echo example: split() can now happen on the main task.David Renshaw
2016-11-02Touch up the echo examplesAlex Crichton
2016-11-02Add UDP echo server example.Dawid Ciężarkiewicz
2016-10-14fix(examples): Fix typos in chat exampleoberien
2016-10-13Touch up the chat exampleAlex Crichton
2016-10-11ref(examples): Minor refactoring in chat exampleoberien
2016-10-07ref(chat): Make code more readableoberien
2016-10-06fix(chat): Implement alexcrichton's suggestionsoberien
2016-10-04Add Chat exampleoberien
2016-09-20Instead of calling handle() a second time in line 26, I used a reference to t...xenor
2016-09-09Add a simple "hello" exampleAlex Crichton
2016-09-07Swap Handle/PinnedAlex Crichton
2016-09-07Tweak TaskIo wording and suchAlex Crichton
2016-09-07Reorganize the entire crate:Alex Crichton
2016-09-01Move binaries to examplesAlex Crichton