codex-convert-proxy 0.1.4

A high-performance proxy server that converts between different AI API formats
Documentation

Build #3288262 2026-05-14 10:36:50

# rustc version rustc 1.97.0-nightly (ff9a9ea07 2026-05-13)

# docs.rs version docsrs 0.0.0 (e3981f6f5e851656470d52001364bbb946056a06 2026-05-14 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder4/builds/codex-convert-proxy-0.1.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/codex-convert-proxy-0.1.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "26-31" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 43630daa47d6f643a263289bcf3b259816825a60e966d467d8eab1515d86460c [INFO] running `Command { std: "docker" "start" "43630daa47d6f643a263289bcf3b259816825a60e966d467d8eab1515d86460c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "43630daa47d6f643a263289bcf3b259816825a60e966d467d8eab1515d86460c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260513-1.97.0-nightly-ff9a9ea07\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting codex-convert-proxy v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `create_provider` [INFO] [stderr] --> src/providers/default.rs:8:59 [INFO] [stderr] | [INFO] [stderr] 8 | //! registered in the static factory registry. Instead, [`create_provider`] [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `create_provider` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DefaultProvider` [INFO] [stderr] --> src/providers/trait_.rs:71:39 [INFO] [stderr] | [INFO] [stderr] 71 | /// [`name()`](Self::name). For [`DefaultProvider`] this returns the [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `DefaultProvider` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DefaultProvider` [INFO] [stderr] --> src/providers/trait_.rs:131:7 [INFO] [stderr] | [INFO] [stderr] 131 | /// [`DefaultProvider`] which makes minimal assumptions about the provider [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `DefaultProvider` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DONE` [INFO] [stderr] --> src/proxy/streaming_handler.rs:131:67 [INFO] [stderr] | [INFO] [stderr] 131 | /// Returns SSE events for the completed response, including [DONE] marker. [INFO] [stderr] | ^^^^ no item named `DONE` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/config.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | /// Backend URL (e.g., https://api.anthropic.com). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 14 | /// Backend URL (e.g., <https://api.anthropic.com>). [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `codex-convert-proxy` (lib doc) generated 5 warnings (run `cargo fix --lib -p codex-convert-proxy` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/codex_convert_proxy/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "43630daa47d6f643a263289bcf3b259816825a60e966d467d8eab1515d86460c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43630daa47d6f643a263289bcf3b259816825a60e966d467d8eab1515d86460c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43630daa47d6f643a263289bcf3b259816825a60e966d467d8eab1515d86460c", kill_on_drop: false }` [INFO] [stdout] 43630daa47d6f643a263289bcf3b259816825a60e966d467d8eab1515d86460c