aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: Bump versionv0.4.1Fuwn2026-01-122-5/+5
* refactor(router): Reduce allocationsFuwn2026-01-121-87/+152
* refactor(response): Optimise response buildingFuwn2026-01-121-9/+16
* chore: Increment minor versionv0.4.0Fuwn2025-07-082-5/+5
* docs(README): Fix example use declarationsFuwn2025-07-081-5/+5
* docs(router): Update options-related documentationFuwn2025-07-081-4/+4
* feat(router): Add case-insensitive route matching optionFuwn2025-07-083-2/+16
* docs(router_option): Expand documentationFuwn2025-07-081-4/+4
* refactor(RouterOption): Rename trailing slash trimming optionFuwn2025-07-083-3/+5
* feat(router): Add missing trailing slash correctorFuwn2025-07-083-9/+28
* refactor(router): Smarter trailing slash clipperFuwn2025-07-082-35/+12
* feat(router): Add options systemFuwn2025-07-084-13/+67
* refactor(router): Manually implement trailing slash clipperFuwn2025-07-082-5/+31
* chore: Suggest stable Rust toolchainFuwn2025-07-081-1/+1
* chore: Bump version patchv0.3.12Fuwn2025-05-271-1/+1
* fix(router): Compliant empty path handlingFuwn2025-05-271-5/+5
* feat(router): Add set_listener_addressFuwn2025-05-271-5/+31
* chore: Migrate to just from cargo-makeFuwn2025-05-263-93/+53
* chore(git): Update ignored filesFuwn2025-05-261-0/+3
* docs(README): Clean up details and additional informationFuwn2025-04-131-5/+6
* docs(README): Update Windmark version in examples snippetsFuwn2025-04-081-4/+4
* refactor: Update Makefile.toml and source to follow new toolchain checks and ...Fuwn2025-04-082-17/+32
* chore: Bump Rust toolchainFuwn2025-04-081-1/+1
* docs(readme): extend useful sectionsFuwn2024-09-291-15/+11
* fix(router): ensure route-time locksv0.3.11Fuwn2024-07-172-18/+22
* feat(router): setters for direct key and certificate contentv0.3.10Fuwn2024-06-243-11/+74
* chore(examples): update rossweisse exampleFuwn2024-04-102-12/+20
* feat(rossweisse): bump versionFuwn2024-04-011-1/+1
* docs(readme): add rossweisse usage exampleFuwn2024-04-012-12/+35
* feat(rossweisse): remove required phantom dataFuwn2024-04-012-22/+36
* build(rustc): update toolchainFuwn2024-04-012-2/+2
* fix(clippy): lintsFuwn2023-09-262-2/+2
* deps(pretty_env_logger): 0.4.0 -> 0.5.0Fuwn2023-05-281-1/+1
* docs(router): run docFuwn2023-05-221-1/+1
* deps(tokio): restrict tokio featuresFuwn2023-05-101-1/+1
* deps(windmark): remove unused regexFuwn2023-05-101-1/+0
* 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