aboutsummaryrefslogtreecommitdiff
path: root/src/model/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Clarify some docsAustin Hellyer2016-11-301-0/+15
* Move events into their own moduleAustin Hellyer2016-11-251-2/+4
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-4/+4
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-1/+1
* Rename the State to CacheAustin Hellyer2016-11-221-2/+2
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-0/+1
* Add created_at method to Ids and UserAustin Hellyer2016-11-211-0/+7
* Allow Id/u64 equality comparisonsAustin Hellyer2016-11-171-1/+13
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-2/+8
* Decode embed/role colours into Colour structAustin Hellyer2016-11-141-1/+1
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add webhook supportAustin Hellyer2016-11-071-0/+4
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Fix doc links to enum variantsAustin Hellyer2016-11-051-2/+2
* Initial commitAustin Hellyer2016-10-181-0/+140