vercel_runtime_router 1.1.7

This crate is deprecated. Use https://vercel.com/docs/functions/runtimes/rust for new projects.
Documentation
---
source: crates/vercel_runtime_router/src/lib.rs
expression: "router.call(\"api/root/catch/all/route\")"
---
Some(
    Route {
        kind: CatchAll,
        module_file: "api/[...id].rs",
        module_name: Ident(
            api_____id_,
        ),
        path: "api/[...id]",
        segments: Some(
            [
                "api",
                "[...id]",
            ],
        ),
    },
)