| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(cargo): response-macros feature flagv0.2.4 | Fuwn | 2023-03-31 | 1 | -0/+1 |
| | | |||||
| * | feat(response): macro-based responses | Fuwn | 2023-03-31 | 1 | -1/+1 |
| | | |||||
| * | feat(carg): bump 0.2.2 -> 0.2.3v0.2.3 | Fuwn | 2023-03-31 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump 0.2.1 -> 0.2.2v0.2.2 | Fuwn | 2023-03-30 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version to 0.2.1 | Fuwn | 2023-03-29 | 1 | -1/+1 |
| | | |||||
| * | feat: windmark 0.1.19 -> 0.2.0v0.2.0 | Fuwn | 2023-03-21 | 1 | -1/+1 |
| | | |||||
| * | deps: bump tokio and tokio-openssl to latest | Fuwn | 2023-03-21 | 1 | -5/+4 |
| | | | | | | | I've been putting off bumping these two packages for almost a year now since I didn't know what they would break (they broke a lot). I finally had the courage and the time to go for it, and it only took about two hours of debugging. | ||||
| * | deps(matchit): 0.5.0 -> 0.6.0 | Fuwn | 2023-03-21 | 1 | -1/+1 |
| | | |||||
| * | feat: drop rust nightly requirement!!!v0.1.20 | Fuwn | 2022-07-31 | 1 | -1/+1 |
| | | |||||
| * | feat(response): success with mime responsev0.1.19 | Fuwn | 2022-07-09 | 1 | -1/+1 |
| | | |||||
| * | chore(cargo): republish with --all-featuresv0.1.18 | Fuwn | 2022-07-09 | 1 | -1/+1 |
| | | |||||
| * | feat(response): always allow explicit mime specificationv0.1.17 | Fuwn | 2022-07-09 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump version 0.1.15 -> 0.1.160.1.16 | Fuwn | 2022-06-13 | 1 | -3/+2 |
| | | |||||
| * | docs(cargo): bump version0.1.15 | Fuwn | 2022-06-01 | 1 | -1/+1 |
| | | | | | | Also, use the doc attribute to include the README automatically! Wish I knew about this earlier! | ||||
| * | docs(cargo): bump version0.1.14 | Fuwn | 2022-04-20 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump version0.1.13 | Fuwn | 2022-04-15 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump version to 0.1.120.1.12 | Fuwn | 2022-04-07 | 1 | -1/+1 |
| | | |||||
| * | fix: try to fix path0.1.11 | Fuwn | 2022-04-07 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump version0.1.10 | Fuwn | 2022-04-07 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump to 0.1.90.1.9 | Fuwn | 2022-04-03 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump version to 0.1.80.1.8 | Fuwn | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | fix(router): conditional feature args0.1.7 | Fuwn | 2022-03-31 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version0.1.6 | Fuwn | 2022-03-31 | 1 | -1/+1 |
| | | |||||
| * | feat(features): auto-deduce-mime | Fuwn | 2022-03-31 | 1 | -1/+2 |
| | | |||||
| * | fix(router): use different certificate file | Fuwn | 2022-03-30 | 1 | -1/+1 |
| | | |||||
| * | feat(router): specify custom port0.1.4 | Fuwn | 2022-03-30 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version0.1.3 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | docs: extend0.1.2 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version0.1.1 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version to 0.1.0 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | docs(meta): update description | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | feat(response): respond with file | Fuwn | 2022-03-27 | 1 | -0/+3 |
| | | |||||
| * | feat(router): async! | Fuwn | 2022-03-27 | 1 | -3/+4 |
| | | |||||
| * | feat(mount): use a sophisticated route matcher | Fuwn | 2022-03-26 | 1 | -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 readme | Fuwn | 2022-03-26 | 1 | -1/+1 |
| | | |||||
| * | feat(mount): dynamic parameters | Fuwn | 2022-03-26 | 1 | -1/+4 |
| | | |||||
| * | feat: working proof | Fuwn | 2022-03-26 | 1 | -1/+21 |
| | | | | | Forgot to commit this last night! | ||||
| * | docs(cargo): add meta | Fuwn | 2022-03-25 | 1 | -0/+2 |
| | | |||||
| * | feat: initialise crate | Fuwn | 2022-03-25 | 1 | -0/+8 |