| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: extend0.1.2 | Fuwn | 2022-03-27 | 6 | -7/+76 |
| | | |||||
| * | docs(readme): fix example | Fuwn | 2022-03-27 | 1 | -0/+4 |
| | | |||||
| * | feat(cargo): bump version0.1.1 | Fuwn | 2022-03-27 | 2 | -3/+3 |
| | | |||||
| * | docs(readme): fix example | Fuwn | 2022-03-27 | 1 | -4/+6 |
| | | |||||
| * | feat(cargo): bump version to 0.1.0 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | docs(meta): update description | Fuwn | 2022-03-27 | 2 | -2/+2 |
| | | |||||
| * | feat(router): set charset and language | Fuwn | 2022-03-27 | 1 | -1/+39 |
| | | |||||
| * | feat(router): logging options | Fuwn | 2022-03-27 | 1 | -1/+38 |
| | | |||||
| * | feat(response): respond with file | Fuwn | 2022-03-27 | 5 | -7/+26 |
| | | |||||
| * | refactor(tokio): reexport main | Fuwn | 2022-03-27 | 2 | -1/+2 |
| | | |||||
| * | refactor(handler): move handlers | Fuwn | 2022-03-27 | 2 | -32/+39 |
| | | |||||
| * | feat(response): add remaining responses (redirect) | Fuwn | 2022-03-27 | 4 | -40/+15 |
| | | |||||
| * | feat(response): implement many more responses | Fuwn | 2022-03-27 | 3 | -8/+69 |
| | | |||||
| * | refactor(router): more generic errors | Fuwn | 2022-03-27 | 1 | -13/+13 |
| | | |||||
| * | refactor(run): generic errors | Fuwn | 2022-03-27 | 1 | -5/+7 |
| | | |||||
| * | feat(router): async! | Fuwn | 2022-03-27 | 4 | -21/+35 |
| | | |||||
| * | feat(router): modules | Fuwn | 2022-03-27 | 2 | -6/+34 |
| | | |||||
| * | refactor(mount): context is now struct | Fuwn | 2022-03-26 | 3 | -44/+110 |
| | | |||||
| * | feat(mount): use a sophisticated route matcher | Fuwn | 2022-03-26 | 3 | -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 format | Fuwn | 2022-03-26 | 2 | -2/+10 |
| | | |||||
| * | refactor(response): remove unused header struct | Fuwn | 2022-03-26 | 1 | -10/+0 |
| | | |||||
| * | docs(readme): add implementation instructions | Fuwn | 2022-03-26 | 1 | -0/+17 |
| | | |||||
| * | ci(actions): rust check | Fuwn | 2022-03-26 | 1 | -0/+35 |
| | | |||||
| * | docs(readme): add readme | Fuwn | 2022-03-26 | 2 | -1/+28 |
| | | |||||
| * | feat(response): inputs | Fuwn | 2022-03-26 | 3 | -2/+28 |
| | | |||||
| * | feat(response): temporary failure response | Fuwn | 2022-03-26 | 3 | -2/+11 |
| | | |||||
| * | refactor(handle): simply further | Fuwn | 2022-03-26 | 1 | -30/+16 |
| | | |||||
| * | refactor(response): minify status handling | Fuwn | 2022-03-26 | 2 | -36/+33 |
| | | |||||
| * | feat(response): variable responses | Fuwn | 2022-03-26 | 3 | -78/+170 |
| | | |||||
| * | feat(mount): dynamic parameters | Fuwn | 2022-03-26 | 3 | -43/+152 |
| | | |||||
| * | feat(utilities): queries_from_url | Fuwn | 2022-03-26 | 3 | -0/+34 |
| | | |||||
| * | feat: expose url to route | Fuwn | 2022-03-26 | 2 | -40/+48 |
| | | |||||
| * | refactor(router): move default logger to logger feature | Fuwn | 2022-03-26 | 1 | -0/+3 |
| | | |||||
| * | refactor(router): rename get to mount | Fuwn | 2022-03-26 | 2 | -7/+7 |
| | | |||||
| * | feat: working proof | Fuwn | 2022-03-26 | 11 | -7/+1315 |
| | | | | | Forgot to commit this last night! | ||||
| * | docs(cargo): add meta | Fuwn | 2022-03-25 | 1 | -0/+2 |
| | | |||||
| * | feat: initialise crate | Fuwn | 2022-03-25 | 3 | -0/+22 |