aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: improve macro hygienev0.3.5Fuwn2023-04-163-19/+19
* refactor(hooks): implement call for hooksFuwn2023-04-154-23/+42
* chore(examples): add sync module exampleFuwn2023-04-151-0/+67
* chore(examples): seperate complex examplesFuwn2023-04-1017-219/+688
* refactor(partial): into traitFuwn2023-04-103-8/+17
* fix(macros): restrict macro nameFuwn2023-04-101-3/+3
* fix(router): tokio namespacev0.3.4Fuwn2023-04-083-7/+7
* chore(git): ignore vscode configuration filesFuwn2023-04-081-5/+8
* feat(cargo): bump windmark 0.3.2 -> 0.3.3v0.3.3Fuwn2023-04-062-5/+5
* refactor(context): rename params to parametersFuwn2023-04-063-10/+12
* fix(context): custom parameters format for easy lifetimesFuwn2023-04-0612-38/+53
* feat(cargo): bump 0.3.1 -> 0.3.2v0.3.2Fuwn2023-04-062-5/+5
* feat(response): async error handlerFuwn2023-04-063-20/+43
* feat(context): bring back peer addressFuwn2023-04-065-29/+47
* refactor(router): simplify context creationFuwn2023-04-063-53/+19
* fix(context): fix async sharingFuwn2023-04-066-110/+82
* feat(cargo): bump 0.3.0 -> 0.3.1v0.3.1Fuwn2023-04-062-6/+6
* refactor(router): block macroFuwn2023-04-061-5/+11
* feat(macros): async response macrosFuwn2023-04-063-18/+53
* refactor(router): no need for pinFuwn2023-04-061-3/+1
* style(router): add associated typesFuwn2023-04-051-5/+5
* fix(module): bring backFuwn2023-04-052-0/+61
* feat(route): merge async and sync mount functions !!Fuwn2023-04-054-50/+39
* feat(module): async module supportFuwn2023-04-045-20/+109
* feat(route): native async route support !!Fuwn2023-04-044-15/+81
* feat(cargo): bump 0.2.5 -> 0.3.0v0.3.0Fuwn2023-04-032-5/+5
* style: seperate blocksFuwn2023-04-032-0/+6
* fix(context): clippy lintsFuwn2023-04-037-5/+10
* refactor(handler): move traitsFuwn2023-04-0310-0/+310
* refactor(handler): misc. renameFuwn2023-04-032-7/+7
* refactor(context): callback -> hookFuwn2023-04-034-16/+16
* refactor(returnable): seperate contextsFuwn2023-04-037-96/+36
* refactor(handler): move traitsFuwn2023-04-032-41/+19
* refactor(handler): move all responses to traitsFuwn2023-04-033-32/+46
* refactor(handler): trait-based responseFuwn2023-04-033-10/+19
* feat(router): GET RID OF DIRTY BOXESFuwn2023-04-035-75/+63
* feat(response): allow multiple languagesFuwn2023-04-022-17/+26
* feat(response): add 'auto' functionality to binary_success rawFuwn2023-04-022-1/+33
* feat(respones): accept generic bytes for binary_successFuwn2023-04-022-2/+5
* refactor(src): clean up string genericsFuwn2023-04-023-37/+44
* feat(router): expose response to post-route callbackv0.2.5Fuwn2023-03-315-10/+12
* fix(cargo): response-macros feature flagv0.2.4Fuwn2023-03-313-0/+5
* feat(response): macro-based responsesFuwn2023-03-315-62/+116
* feat(carg): bump 0.2.2 -> 0.2.3v0.2.3Fuwn2023-03-312-4/+4
* feat(router): generalize all stringsFuwn2023-03-311-16/+26
* feat(response): generalize stringsFuwn2023-03-311-14/+18
* feat(cargo): bump 0.2.1 -> 0.2.2v0.2.2Fuwn2023-03-302-4/+4
* refactor(router): change response-related settersFuwn2023-03-301-6/+10
* docs: fix old response documentationFuwn2023-03-302-9/+9
* feat: overhaul response systemFuwn2023-03-304-191/+146