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/other/[ab]/[cd]/ef\")"
---
Some(
    Route {
        kind: Dynamic,
        module_file: "api/other/[ab]/[cd]/ef.rs",
        module_name: Ident(
            api_other__ab___cd__ef,
        ),
        path: "api/other/[ab]/[cd]/ef",
        segments: Some(
            [
                "api",
                "other",
                "[ab]",
                "[cd]",
                "ef",
            ],
        ),
    },
)