aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs(cargo): bump windmark and rossweisse for preludev0.3.9Fuwn2023-05-053-7/+7
* docs(readme): add feature flag tableFuwn2023-05-051-0/+12
* docs(router): ignore attach_async exampleFuwn2023-05-051-4/+4
* docs: fix for preludeFuwn2023-05-054-43/+48
* feat(windmark): prelude feature flagFuwn2023-05-0530-56/+88
* docs(rossweisse): revert to implementationFuwn2023-05-052-2/+6
* docs(router): remove useless assignmentFuwn2023-05-051-1/+1
* refactor: simplify importsFuwn2023-05-0510-20/+11
* docs(readme): rossweisse infoFuwn2023-05-041-0/+4
* docs(readme): update tokio and async-std urls to their respective websitesFuwn2023-05-041-1/+1
* docs(readme): fix windmark versionFuwn2023-05-041-4/+4
* docs(cargo): bump for rossweisse versionv0.3.8Fuwn2023-05-042-3/+3
* docs(readme): add index handling exampleFuwn2023-05-041-1/+1
* feat(methods): special index handlingFuwn2023-05-045-22/+46
* 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