jsona 0.6.0

A JSONA parser, analyzer and formatter library
Documentation
Build #2524875 2025-09-22 04:00:53

# rustc version rustc 1.92.0-nightly (9f32ccf35 2025-09-21)

# docs.rs version docsrs 0.6.0 (f42173de 2025-09-12)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/jsona-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/jsona-0.6.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250921-1.92.0-nightly-9f32ccf35\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ca60ac6f9acaff2f626af8dc21611575089683840ed8b10228bf024b725826db [INFO] running `Command { std: "docker" "start" "-a" "ca60ac6f9acaff2f626af8dc21611575089683840ed8b10228bf024b725826db", kill_on_drop: false }` [INFO] [stderr] warning: fields `0` and `1` are never read [INFO] [stderr] --> src/util/mapper.rs:46:27 [INFO] [stderr] | [INFO] [stderr] 46 | pub struct CharacterRange(u64, u64); [INFO] [stderr] | -------------- ^^^ ^^^ [INFO] [stderr] | | [INFO] [stderr] | fields in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing these fields [INFO] [stderr] = note: `CharacterRange` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dom/visitor.rs:88:32 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn visit_annotations(node: &Node) -> Visitor<()> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 88 | pub fn visit_annotations(node: &Node) -> Visitor<'_, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `jsona` (lib) generated 2 warnings (run `cargo fix --lib -p jsona` to apply 1 suggestion) [INFO] [stderr] Scraping jsona v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting jsona v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `unquote` links to private item `Escape` [INFO] [stderr] --> src/util/quote.rs:68:73 [INFO] [stderr] | [INFO] [stderr] 68 | /// Remove quote and unescape all supported sequences found in [Escape](Escape). [INFO] [stderr] | ^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `jsona` (lib doc) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/jsona/index.html [INFO] running `Command { std: "docker" "inspect" "ca60ac6f9acaff2f626af8dc21611575089683840ed8b10228bf024b725826db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca60ac6f9acaff2f626af8dc21611575089683840ed8b10228bf024b725826db", kill_on_drop: false }` [INFO] [stdout] ca60ac6f9acaff2f626af8dc21611575089683840ed8b10228bf024b725826db