A router for the trillium.rs web framework, providing request routing and handler dispatch.
# Cargo.toml
[dependencies]
trillium-router = "0.5.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a basic router with a single route and runs it with the smol runtime.
Add a runtime dependency (e.g., trillium-smol) and call trillium_smol::run.
No dependency data recorded yet.