VIL Server — Process-oriented modular server for Rust. Zero-copy SHM, Tri-Lane protocol, built on Axum. Umbrella crate re-exporting vil_server_core and the server sub-crates.
VIL server handler proc-macros
VIL Server Auth — JWT validation, rate limiting, security middleware
VIL Server Configuration — Multi-source config with profiles
VIL Server DB — Database connection pooling and transaction support
VIL Server Test — Integration test harness and benchmark suite
VIL Server Web — Handler utilities, validation, error handling, OpenAPI
VIL Server Format — Multi-format response (JSON + Protobuf) with content negotiation
VIL Server Mesh — Tri-Lane SHM service mesh with TCP fallback
VIL Server Core — Axum-based HTTP engine with zero-copy SHM bridge
VIL CLI Server — init, dev, gen, deploy for VilApp backends
VIL gRPC — tonic-based gRPC server for vil pipeline and vil-server