aboutsummaryrefslogtreecommitdiff
path: root/src/builder.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move the builders to the utilsAustin Hellyer2016-11-131-604/+0
| | | | | | | | | The builders aren't a large enough portion of the library to deserve their own root-level module, so move them to the `utils` module. Additionally, split them into separate files, as the library will be receiving more builders and the single-file pattern was getting rather large.
* Add webhook supportAustin Hellyer2016-11-071-0/+92
|
* Add some more documentationAustin Hellyer2016-11-061-1/+5
|
* Fix doc links to enum variantsAustin Hellyer2016-11-051-3/+3
| | | | | | Most of the docs were linking to `enum.EnumName.html#VariantName.v`, which should have been linking to `enum.EnumName.html#variant.VariantName`.
* Initial commitAustin Hellyer2016-10-181-0/+508