onnx-genai-server 0.1.0-dev.2

OpenAI-compatible HTTP server for onnx-genai
docs.rs failed to build onnx-genai-server-0.1.0-dev.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

OpenAI-compatible HTTP server wiring for onnx-genai.

The default-on metrics feature exposes the atomic registry at GET /metrics; disable it with --no-default-features when Prometheus exposition is not needed. GET /v1/debug/trace reports tracing integration status and links to the Perfetto export at GET /v1/debug/trace/perfetto, which serves the recorded decode timeline as a Chrome Trace Event Format document. OTLP span export is intentionally deferred (see issue #13).