aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* docs(cargo): bump version0.1.10Fuwn2022-04-071-3/+3
* feat(router): allow path fixingFuwn2022-04-071-1/+22
* docs(readme): link to example gemini capsuleFuwn2022-04-061-0/+5
* docs(cargo): bump to 0.1.90.1.9Fuwn2022-04-031-4/+5
* feat(refactor): no late init contentFuwn2022-04-031-18/+14
* feat(router): allow multiple headers and footersFuwn2022-04-031-33/+49
* docs(cargo): bump version to 0.1.80.1.8Fuwn2022-04-021-2/+6
* feat(router): stateful modules!Fuwn2022-04-021-6/+109
* docs(readme): add modules and capsules sectionFuwn2022-04-011-1/+16
* fix(router): conditional feature args0.1.7Fuwn2022-03-311-2/+4
* feat(cargo): bump version0.1.6Fuwn2022-03-311-2/+2
* feat(features): auto-deduce-mimeFuwn2022-03-311-1/+10
* fix(router): use different certificate fileFuwn2022-03-301-24/+24
* feat(router): specify custom port0.1.4Fuwn2022-03-301-4/+22
* feat(cargo): bump version0.1.3Fuwn2022-03-271-3/+3
* feat(handler): more fnmutFuwn2022-03-271-32/+46
* feat(handler): fnmut partialFuwn2022-03-271-14/+10
* feat(pre/post_route_callback): fnmut closureFuwn2022-03-271-20/+28
* feat(error_handle): fnmut closureFuwn2022-03-271-9/+16
* docs: add missing dependencyFuwn2022-03-271-0/+1
* docs: extend0.1.2Fuwn2022-03-271-0/+55
* feat(router): set charset and languageFuwn2022-03-271-1/+39
* feat(router): logging optionsFuwn2022-03-271-1/+38
* feat(response): respond with fileFuwn2022-03-271-3/+9
* refactor(tokio): reexport mainFuwn2022-03-271-0/+1
* refactor(handler): move handlersFuwn2022-03-271-32/+14
* feat(response): add remaining responses (redirect)Fuwn2022-03-271-1/+0
* feat(response): implement many more responsesFuwn2022-03-271-4/+4
* refactor(router): more generic errorsFuwn2022-03-271-13/+13
* refactor(run): generic errorsFuwn2022-03-271-5/+7
* feat(router): async!Fuwn2022-03-271-15/+27
* feat(router): modulesFuwn2022-03-271-5/+30
* refactor(mount): context is now structFuwn2022-03-261-22/+36
* feat(mount): use a sophisticated route matcherFuwn2022-03-261-145/+60
* refactor(mount): dynamic formatFuwn2022-03-261-1/+9
* feat(response): inputsFuwn2022-03-261-2/+2
* feat(response): temporary failure responseFuwn2022-03-261-2/+2
* refactor(handle): simply furtherFuwn2022-03-261-30/+16
* refactor(response): minify status handlingFuwn2022-03-261-36/+10
* feat(response): variable responsesFuwn2022-03-261-66/+137
* feat(mount): dynamic parametersFuwn2022-03-261-34/+135
* feat(utilities): queries_from_urlFuwn2022-03-261-0/+1
* feat: expose url to routeFuwn2022-03-261-29/+36
* refactor(router): move default logger to logger featureFuwn2022-03-261-0/+3
* refactor(router): rename get to mountFuwn2022-03-261-3/+3
* feat: working proofFuwn2022-03-261-6/+385
* feat: initialise crateFuwn2022-03-251-0/+8