mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
7 lines
260 B
Rust
7 lines
260 B
Rust
|
|
//! Per-language framework probes. Phase 21 ships Python + Flask;
|
||
|
|
//! Phase 22 generalises to FastAPI / Django, Java Spring / JAX-RS,
|
||
|
|
//! Ruby Rails / Sinatra, Go net/http / gin, Rust axum / actix /
|
||
|
|
//! rocket, JS/TS Express + Next.js.
|
||
|
|
|
||
|
|
pub mod python_flask;
|