aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(router): conditional feature argsFuwn2022-03-311-1/+1
|
* feat(cargo): bump versionFuwn2022-03-311-1/+1
|
* feat(features): auto-deduce-mimeFuwn2022-03-311-1/+2
|
* fix(router): use different certificate fileFuwn2022-03-301-1/+1
|
* feat(router): specify custom portFuwn2022-03-301-1/+1
|
* feat(cargo): bump versionFuwn2022-03-271-1/+1
|
* docs: extendFuwn2022-03-271-1/+1
|
* feat(cargo): bump versionFuwn2022-03-271-1/+1
|
* feat(cargo): bump version to 0.1.0Fuwn2022-03-271-1/+1
|
* docs(meta): update descriptionFuwn2022-03-271-1/+1
|
* feat(response): respond with fileFuwn2022-03-271-0/+3
|
* feat(router): async!Fuwn2022-03-271-3/+4
|
* feat(mount): use a sophisticated route matcherFuwn2022-03-261-0/+1
| | | | | | | | | | | | | | The [`matchit`](https://github.com/ibraheemdev/matchit) crate is a real lifesaver... Before this commit, I had manually implemented a dynamic pattern matcher for routes (which only supported one pattern per route) that worked; just not very well. While searching for a way to implement multiple patterns per route, I landed upon two crates: [`matchit`](https://github.com/ibraheemdev/matchit) and [`urlmatch`](https://github.com/SergeiMinaev/urlmatch). Ultimately, I settled with `matchit` because it seemed a lot more mature and supported nearly everything which I was looked for!
* docs(readme): add readmeFuwn2022-03-261-1/+1
|
* feat(mount): dynamic parametersFuwn2022-03-261-1/+4
|
* feat: working proofFuwn2022-03-261-1/+21
| | | | Forgot to commit this last night!
* docs(cargo): add metaFuwn2022-03-251-0/+2
|
* feat: initialise crateFuwn2022-03-251-0/+8