summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* callbacks wip (non-working)closuresJesse Luehrs2014-09-041-6/+5
| | | | | | | | | | | | <doy> wouldn't that mean i couldn't use closures then? <eddyb> yupp <doy> ): <eddyb> they just can't do what you want really well yet need to wait for the "closures that are quantified over lifetimes" thing mentioned here https://github.com/rust-lang/rfcs/blob/master/active/0044-closures.md to be implemented
* move connection initialization into the clientJesse Luehrs2014-09-041-24/+1
|
* write some login messages on connect in the exampleJesse Luehrs2014-09-031-0/+23
|
* simple client testJesse Luehrs2014-09-031-0/+10