aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: extend0.1.2Fuwn2022-03-276-7/+76
|
* docs(readme): fix exampleFuwn2022-03-271-0/+4
|
* feat(cargo): bump version0.1.1Fuwn2022-03-272-3/+3
|
* docs(readme): fix exampleFuwn2022-03-271-4/+6
|
* feat(cargo): bump version to 0.1.0Fuwn2022-03-271-1/+1
|
* docs(meta): update descriptionFuwn2022-03-272-2/+2
|
* feat(router): set charset and languageFuwn2022-03-271-1/+39
|
* feat(router): logging optionsFuwn2022-03-271-1/+38
|
* feat(response): respond with fileFuwn2022-03-275-7/+26
|
* refactor(tokio): reexport mainFuwn2022-03-272-1/+2
|
* refactor(handler): move handlersFuwn2022-03-272-32/+39
|
* feat(response): add remaining responses (redirect)Fuwn2022-03-274-40/+15
|
* feat(response): implement many more responsesFuwn2022-03-273-8/+69
|
* refactor(router): more generic errorsFuwn2022-03-271-13/+13
|
* refactor(run): generic errorsFuwn2022-03-271-5/+7
|
* feat(router): async!Fuwn2022-03-274-21/+35
|
* feat(router): modulesFuwn2022-03-272-6/+34
|
* refactor(mount): context is now structFuwn2022-03-263-44/+110
|
* feat(mount): use a sophisticated route matcherFuwn2022-03-263-149/+75
| | | | | | | | | | | | | | 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!
* refactor(mount): dynamic formatFuwn2022-03-262-2/+10
|
* refactor(response): remove unused header structFuwn2022-03-261-10/+0
|
* docs(readme): add implementation instructionsFuwn2022-03-261-0/+17
|
* ci(actions): rust checkFuwn2022-03-261-0/+35
|
* docs(readme): add readmeFuwn2022-03-262-1/+28
|
* feat(response): inputsFuwn2022-03-263-2/+28
|
* feat(response): temporary failure responseFuwn2022-03-263-2/+11
|
* refactor(handle): simply furtherFuwn2022-03-261-30/+16
|
* refactor(response): minify status handlingFuwn2022-03-262-36/+33
|
* feat(response): variable responsesFuwn2022-03-263-78/+170
|
* feat(mount): dynamic parametersFuwn2022-03-263-43/+152
|
* feat(utilities): queries_from_urlFuwn2022-03-263-0/+34
|
* feat: expose url to routeFuwn2022-03-262-40/+48
|
* refactor(router): move default logger to logger featureFuwn2022-03-261-0/+3
|
* refactor(router): rename get to mountFuwn2022-03-262-7/+7
|
* feat: working proofFuwn2022-03-2611-7/+1315
| | | | Forgot to commit this last night!
* docs(cargo): add metaFuwn2022-03-251-0/+2
|
* feat: initialise crateFuwn2022-03-253-0/+22