aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/channel_category.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix NSFW Checks (#418)Lakelezz2018-10-201-2/+1
* Fix all the dead links in the docsErk-2018-08-091-1/+1
* Fix compilation for some feature combinationsZeyla Hellyer2018-01-201-1/+1
* Move `VecMap` to `utils`acdenisSK2018-01-021-3/+1
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-1/+1
* Improve performance of builders even furtheracdenisSK2017-12-271-2/+4
* Break up the model moduleZeyla Hellyer2017-12-161-1/+1
* Slightly improve performance of buildersZeyla Hellyer2017-10-181-12/+6
* `to_owned` -> `to_string`acdenisSK2017-10-091-4/+4
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-2/+2
* Apply rustfmtZeyla Hellyer2017-09-181-4/+1
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-1/+5
* Gate ChannelCategory impl behind 'model' featureZeyla Hellyer2017-09-181-0/+1
* serde rename `kind` to `type`acdenisSK2017-09-091-0/+1
* Apply rustfmt + fix testsZeyla Hellyer2017-09-091-3/+20
* `parent_id` -> `category_id`acdenisSK2017-09-091-3/+4
* Implement categoriesacdenisSK2017-09-091-0/+121