aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* docs(cargo): bump version0.1.14Fuwn2022-04-201-1/+1
|
* docs(cargo): bump version0.1.13Fuwn2022-04-151-1/+1
|
* docs(cargo): bump version to 0.1.120.1.12Fuwn2022-04-071-1/+1
|
* fix: try to fix path0.1.11Fuwn2022-04-071-1/+1
|
* docs(cargo): bump version0.1.10Fuwn2022-04-071-1/+1
|
* docs(cargo): bump to 0.1.90.1.9Fuwn2022-04-031-1/+1
|
* docs(cargo): bump version to 0.1.80.1.8Fuwn2022-04-021-1/+1
|
* fix(router): conditional feature args0.1.7Fuwn2022-03-311-1/+1
|
* feat(cargo): bump version0.1.6Fuwn2022-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 port0.1.4Fuwn2022-03-301-1/+1
|
* feat(cargo): bump version0.1.3Fuwn2022-03-271-1/+1
|
* docs: extend0.1.2Fuwn2022-03-271-1/+1
|
* feat(cargo): bump version0.1.1Fuwn2022-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