aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/create_invite.rs
Commit message (Collapse)AuthorAgeFilesLines
* A bit of docsAustin Hellyer2016-11-181-0/+1
|
* Move the builders to the utilsAustin Hellyer2016-11-131-0/+71
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.