No description
Find a file
2025-04-15 00:12:46 +02:00
examples Simplify simple example further 2025-04-14 18:57:35 +02:00
src Add CHANGELOG.md & fix deps 2025-04-15 00:12:46 +02:00
.envrc Initial commit 2025-04-14 15:59:43 +02:00
.gitignore Initial commit 2025-04-14 15:59:43 +02:00
Cargo.lock Bump version to 0.2.3 2025-04-15 00:12:46 +02:00
Cargo.toml Bump version to 0.2.3 2025-04-15 00:12:46 +02:00
CHANGELOG.md Add CHANGELOG.md & fix deps 2025-04-15 00:12:46 +02:00
flake.lock Initial commit 2025-04-14 15:59:43 +02:00
flake.nix Initial commit 2025-04-14 15:59:43 +02:00
LICENSE.md Change license to MIT & bump to 0.2.2 2025-04-14 19:27:53 +02:00
README.md Fix typo 2025-04-14 19:30:51 +02:00
rust-toolchain.toml Initial commit 2025-04-14 15:59:43 +02:00
rustfmt.toml Rewrite for better module handling 2025-04-14 18:37:43 +02:00

Crates.io Documentation Maintenance License: MIT

axum-folder-router

folder_router is a procedural macro for the Axum web framework that automatically generates router boilerplate based on your file structure. It simplifies route organization by using filesystem conventions to define your API routes.

Usage

See the examples or docs.rs.

License

This repository, is licensed permissively under the terms of the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.

Attribution

This macro is based on the build.rs template by @richardanaya