mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +02:00
[pitboss] phase 21: Track F.1 — SurfaceMap module + Python/Flask vertical
This commit is contained in:
parent
f8bff38217
commit
c03326a658
9 changed files with 1396 additions and 1 deletions
6
src/surface/lang/mod.rs
Normal file
6
src/surface/lang/mod.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue