aboutsummaryrefslogtreecommitdiff
path: root/src/route.rs
Commit message (Expand)AuthorAgeFilesLines
* fix(route): Preserve hyphens in route descriptionsFuwn2026-02-181-1/+32
* feat(directory): Sort routes by hitsFuwn2025-05-271-1/+3
* refactor: clippy lintsFuwn2024-07-171-2/+2
* feat(modules): finger gatewayFuwn2024-06-241-1/+5
* refactor: remove file headerFuwn2024-06-171-18/+0
* format: new rustfmt.tomlFuwn2024-03-051-7/+2
* feat(router): global cache pre-routeFuwn2023-05-171-38/+1
* fix(route): fill for root pathFuwn2023-05-171-1/+9
* deps(windmark): bump to 0.3.9Fuwn2023-05-171-2/+2
* refactor(src): drop once_cell dependency for standard libraryFuwn2023-04-181-6/+9
* deps(rust): bump to nightly-2023-04-15Fuwn2023-04-161-6/+4
* feat: native async reqwest callsFuwn2023-04-061-2/+2
* deps(windmark): bump 0.2.5 -> 0.3.1Fuwn2023-04-061-5/+10
* feat: bump toolchain to nightly-2022-08-23Fuwn2022-08-271-5/+6
* refactor: restrict moreFuwn2022-04-271-3/+4
* refactor(search): restrict search internalsFuwn2022-04-271-2/+1
* format: unclarifyFuwn2022-04-271-1/+1
* refactor(route): up cache rate for debug buildsFuwn2022-04-221-0/+3
* fix(route): remove debug logsFuwn2022-04-181-5/+0
* refactor: constify many constantsFuwn2022-04-181-1/+3
* build(rustc): bump toolchainFuwn2022-04-171-1/+1
* refactor: decrease cache rateFuwn2022-04-171-1/+1
* feat: cache static pagesFuwn2022-04-171-1/+0
* feat: implement cacherFuwn2022-04-171-0/+39
* refactor: route for future useFuwn2022-04-161-1/+14
* refactor: move route related functionsFuwn2022-04-141-0/+38