j-api 0.1.0

Json api implementation
Documentation

Build #3686291 2026-06-25 19:01:10

# rustc version rustc 1.98.0-nightly (f28ac764c 2026-06-23)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "a80ee895051ec2d0541f1aa81402909a8af427699ff78fbf1531967a1d6bce6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260623-1.98.0-nightly-f28ac764c\", \"--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 j-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `actix` [INFO] [stderr] --> src/lib.rs:15:7 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg(feature = "actix")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `derive` and `j-api-derive` [INFO] [stderr] = help: consider adding `actix` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> src/json_api/mod.rs:115:49 [INFO] [stderr] | [INFO] [stderr] 115 | const JSON_API_OBJECT: JsonApiObject<'static> = { JsonApiObject { version: "1.0" } }; [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 115 - const JSON_API_OBJECT: JsonApiObject<'static> = { JsonApiObject { version: "1.0" } }; [INFO] [stderr] 115 + const JSON_API_OBJECT: JsonApiObject<'static> = JsonApiObject { version: "1.0" } ; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `j-api` (lib doc) generated 2 warnings (run `cargo fix --lib -p j-api` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/j_api/index.html [INFO] running `Command { std: "docker" "inspect" "a80ee895051ec2d0541f1aa81402909a8af427699ff78fbf1531967a1d6bce6e", kill_on_drop: false }`