summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* move callbacks out to their own traitJesse Luehrs2014-09-091-1/+1
| | | | | this reduces the amount of things users have to worry about reimplementing, since we don't have associated items yet
* move connection initialization into the clientJesse Luehrs2014-09-041-1/+1
|
* make a few more things publicJesse Luehrs2014-09-031-2/+3
|
* expose the client on the top level moduleJesse Luehrs2014-09-031-0/+3
|
* let's put message handling in its own moduleJesse Luehrs2014-09-031-1/+1
|
* start working on message parsingJesse Luehrs2014-09-031-3/+7
|
* initial commitJesse Luehrs2014-09-021-0/+3