No description
Find a file
2025-04-14 19:27:53 +02:00
examples Simplify simple example further 2025-04-14 18:57:35 +02:00
src Make example test more robust & improve docs 2025-04-14 18:53:29 +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 Change license to MIT & bump to 0.2.2 2025-04-14 19:27:53 +02:00
Cargo.toml Change license to MIT & bump to 0.2.2 2025-04-14 19:27:53 +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 Change license to MIT & bump to 0.2.2 2025-04-14 19:27:53 +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 licesed 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