[go: up one dir, main page]

sonic-rs 0.3.3

Sonic-rs is a fast Rust JSON library based on SIMD
Documentation
Build #1141060 2024-02-27 09:30:19
# rustc version
rustc 1.78.0-nightly (fc3800f65 2024-02-26)# docs.rs version
docsrs 0.6.0 (51849e8d 2024-02-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/sonic-rs-0.3.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/sonic-rs-0.3.3/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240226-1.78.0-nightly-fc3800f65\", \"--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] 374f89d5c8fd07e0d4c5fe918e5ee6524d0d7d7ced0c9a06d21c9d5a62813373
[INFO] running `Command { std: "docker" "start" "-a" "374f89d5c8fd07e0d4c5fe918e5ee6524d0d7d7ced0c9a06d21c9d5a62813373", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: handle_error, get_from, serde, value, get_many, lazyvalue, json_number, json_filter, iterator
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting sonic-rs v0.3.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `pointer`
[INFO] [stderr]  --> src/pointer/point.rs:3:60
[INFO] [stderr]   |
[INFO] [stderr] 3 | /// Represents a json pointer path. It can be created by [`pointer!`] macro.
[INFO] [stderr]   |                                                            ^^^^^^^^ this link resolves to the primitive type `pointer`, which is not in the macro namespace
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] help: to link to the primitive type, prefix with `prim@`
[INFO] [stderr]   |
[INFO] [stderr] 3 - /// Represents a json pointer path. It can be created by [`pointer!`] macro.
[INFO] [stderr] 3 + /// Represents a json pointer path. It can be created by [`prim@pointer`] macro.
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_from_str_unchecked` links to private item `crate::index::Index`
[INFO] [stderr]   --> src/lazyvalue/get.rs:19:61
[INFO] [stderr]    |
[INFO] [stderr] 19 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[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: public documentation for `get_from_bytes_unchecked` links to private item `crate::index::Index`
[INFO] [stderr]   --> src/lazyvalue/get.rs:65:61
[INFO] [stderr]    |
[INFO] [stderr] 65 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]    |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_from_faststr_unchecked` links to private item `crate::index::Index`
[INFO] [stderr]   --> src/lazyvalue/get.rs:84:61
[INFO] [stderr]    |
[INFO] [stderr] 84 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]    |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_from_slice_unchecked` links to private item `crate::index::Index`
[INFO] [stderr]    --> src/lazyvalue/get.rs:133:61
[INFO] [stderr]     |
[INFO] [stderr] 133 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_unchecked` links to private item `crate::index::Index`
[INFO] [stderr]    --> src/lazyvalue/get.rs:151:61
[INFO] [stderr]     |
[INFO] [stderr] 151 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_from_str` links to private item `crate::index::Index`
[INFO] [stderr]    --> src/lazyvalue/get.rs:227:61
[INFO] [stderr]     |
[INFO] [stderr] 227 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_from_slice` links to private item `crate::index::Index`
[INFO] [stderr]    --> src/lazyvalue/get.rs:265:61
[INFO] [stderr]     |
[INFO] [stderr] 265 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_from_bytes` links to private item `crate::index::Index`
[INFO] [stderr]    --> src/lazyvalue/get.rs:288:61
[INFO] [stderr]     |
[INFO] [stderr] 288 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_from_faststr` links to private item `crate::index::Index`
[INFO] [stderr]    --> src/lazyvalue/get.rs:315:61
[INFO] [stderr]     |
[INFO] [stderr] 315 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get` links to private item `crate::index::Index`
[INFO] [stderr]    --> src/lazyvalue/get.rs:357:61
[INFO] [stderr]     |
[INFO] [stderr] 357 | /// The `Item` of the `path` should implement the [`Index`][crate::index::Index] trait.
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `add_len`
[INFO] [stderr]   --> src/writer.rs:13:21
[INFO] [stderr]    |
[INFO] [stderr] 13 |     /// using the [`add_len`] method.
[INFO] [stderr]    |                     ^^^^^^^ no item named `add_len` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `LazyValue`
[INFO] [stderr]    --> src/lazyvalue/iterator.rs:174:12
[INFO] [stderr]     |
[INFO] [stderr] 174 | /// [Result<LazyValue>][`crate::LazyValue`]).
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 174 | /// [`Result<LazyValue>`][`crate::LazyValue`]).
[INFO] [stderr]     |      +                 +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `LazyValue`
[INFO] [stderr]    --> src/lazyvalue/iterator.rs:254:12
[INFO] [stderr]     |
[INFO] [stderr] 254 | /// [Result<LazyValue>][`crate::LazyValue`]).
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 254 | /// [`Result<LazyValue>`][`crate::LazyValue`]).
[INFO] [stderr]     |      +                 +
[INFO] [stderr] 
[INFO] [stderr] warning: `sonic-rs` (lib doc) generated 14 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sonic_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "374f89d5c8fd07e0d4c5fe918e5ee6524d0d7d7ced0c9a06d21c9d5a62813373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "374f89d5c8fd07e0d4c5fe918e5ee6524d0d7d7ced0c9a06d21c9d5a62813373", kill_on_drop: false }`
[INFO] [stdout] 374f89d5c8fd07e0d4c5fe918e5ee6524d0d7d7ced0c9a06d21c9d5a62813373