openapi-schema 0.1.10

Rust structure mapped to Swagger
Documentation

Build #842481 2023-06-21 04:58:24

# rustc version rustc 1.72.0-nightly (fe7454bf4 2023-06-19)

# docs.rs version docsrs 0.6.0 (4b18bfe6 2023-06-02)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/openapi-schema-0.1.10/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/openapi-schema-0.1.10/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-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" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230619-1.72.0-nightly-fe7454bf4\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] 17f951a2e2a95dfad8112791058244e38e6a78ad575e7f6019b5385ddab8c01a [INFO] running `Command { std: "docker" "start" "-a" "17f951a2e2a95dfad8112791058244e38e6a78ad575e7f6019b5385ddab8c01a", kill_on_drop: false }` [INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op [INFO] [stderr] Documenting openapi-schema v0.1.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/extension/extension.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | /// see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#specificationExtensions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#specificationExtensions>` [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] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/v2/schema.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | /// see https://swagger.io/specification/v2/#swagger-object [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://swagger.io/specification/v2/#swagger-object>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/v2/schema.rs:264:9 [INFO] [stderr] | [INFO] [stderr] 264 | /// see https://swagger.io/specification/v2/#securityRequirementObject [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://swagger.io/specification/v2/#securityRequirementObject>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/v2/schema.rs:372:49 [INFO] [stderr] | [INFO] [stderr] 372 | /// Describes a single operation parameter. see https://swagger.io/specification/v2/#parameter-object. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://swagger.io/specification/v2/#parameter-object.>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/v3/schema.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | /// see https://swagger.io/specification/v3/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://swagger.io/specification/v3/>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/v3/schema.rs:458:9 [INFO] [stderr] | [INFO] [stderr] 458 | /// see https://swagger.io/specification/v3/#header-object [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://swagger.io/specification/v3/#header-object>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/v3/schema.rs:529:9 [INFO] [stderr] | [INFO] [stderr] 529 | /// ser https://swagger.io/specification/v3/#schema-object [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://swagger.io/specification/v3/#schema-object>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: `openapi-schema` (lib doc) generated 7 warnings (run `cargo fix --lib -p openapi-schema` to apply 7 suggestions) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `Command { std: "docker" "inspect" "17f951a2e2a95dfad8112791058244e38e6a78ad575e7f6019b5385ddab8c01a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17f951a2e2a95dfad8112791058244e38e6a78ad575e7f6019b5385ddab8c01a", kill_on_drop: false }` [INFO] [stdout] 17f951a2e2a95dfad8112791058244e38e6a78ad575e7f6019b5385ddab8c01a