aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 versionFuwn2023-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.0Fuwn2023-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 definitionsFuwn2023-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 hygieneFuwn2023-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 namespaceFuwn2023-04-083-7/+7
|
* chore(git): ignore vscode configuration filesFuwn2023-04-081-5/+8
|
* feat(cargo): bump windmark 0.3.2 -> 0.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.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.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
|