From 94da4cb6cfe3024ceeeb12da7d23e9a43ac918af Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Tue, 4 Mar 2025 14:40:11 +0100 Subject: [PATCH] Add inspiration & influences section to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index beb10b5..735783d 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,9 @@ See the [docs](https://docs.rs/axum-controller) for more information. This repository, like all my personal projects, is licensed under the **GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later)**. This ensures that modifications to the code remain open source when used in network services. If the AGPL license doesn't suit your needs, a version under more permissive terms (like **MIT**, **Apache**, or **BSD** license) is available for a small fee. Please contact me directly via the email in the crate metadata for licensing inquiries. + + +## Insipration & Influences + +This crate is inspired by and uses/used https://lib.rs/crates/axum-typed-routing & https://lib.rs/crates/route_controller . +I basically just merged their public API into a single coherent one to get the best of both worlds.