aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps(rossweisse): pin to 0.0.0v0.3.7Fuwn2023-04-271-2/+2
* fix(ci): fix tests and doc examplesFuwn2023-04-274-26/+43
* docs(rossweisse): add a readmeFuwn2023-04-272-0/+48
* docs(rossweisse): add fields for crates.io packageFuwn2023-04-271-0/+5
* deps(syn): fix feature requirement for publishFuwn2023-04-271-1/+1
* feat(rossweisse): initial implementation of struct router frameworkFuwn2023-04-2713-0/+472
* docs(readme): add information about examplesFuwn2023-04-191-1/+2
* docs(examples): create a readme with detailsFuwn2023-04-1911-10/+148
* fix(cargo-make): example runnerFuwn2023-04-181-4/+13
* ci(cargo-make): fix runner definitionsFuwn2023-04-181-2/+14
* chore: update copyright headersFuwn2023-04-1839-78/+39
* build(cargo-make): update runner definitionsv0.3.6Fuwn2023-04-181-2/+2
* build(cargo): use tokio async runtime by defaultFuwn2023-04-181-0/+1
* docs(cargo): bump self from 0.3.5 to 0.3.6Fuwn2023-04-182-8/+5
* chore(rustfmt): remove deprecated configurationFuwn2023-04-182-20/+0
* feat: async-std support !!Fuwn2023-04-188-8/+106
* 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