Rust API reference
Generate the Rust API reference with:
cargo doc --workspace --all-features --no-deps
On Windows:
.\scripts\build-rustdoc.ps1
The generated index is:
target/doc/nacelle/index.html
Start with these public entry points:
nacelle::prelude::*for common application imports.NacelleApp,NacelleProtocols, andNacelleApp::serve(...)for the app-first serving path.Handlerfor the app-core boundary.Protocolfor TCP wire-format adapters.NacelleTelemetryandNacelleTelemetryConfigfor metrics and telemetry.NacelleMemoryBudget,NacelleMemoryAllocation, andNacelleRuntimeState::memory_budget()for shared application/transport memory budget allocations.TcpServer,NacelleHost, and transport runtime helpers when a service needs lower-level listener control.