mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
6 lines
260 B
Rust
6 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;
|