django-query 0.2.1

Tools for mocking Django-style endpoints
Documentation
Build #2016997 2025-04-20 05:01:45
# rustc version
rustc 1.88.0-nightly (077cedc2a 2025-04-19)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/django-query-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/django-query-0.2.1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250419-1.88.0-nightly-077cedc2a\", \"--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] aae65bc81dcdf2c04b8ddc96c0e3aa0a38af98d59df95a1ad3ac2dc5798bea11
[INFO] running `Command { std: "docker" "start" "-a" "aae65bc81dcdf2c04b8ddc96c0e3aa0a38af98d59df95a1ad3ac2dc5798bea11", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting django-query v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/filtering/ops.rs:8:71
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! [`ExactImpl`]      | [`Exact`]         | `exact`      | T: [`Eq`](core::cmp::Eq)
[INFO] [stderr]   |                                                                 ----  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                                 |
[INFO] [stderr]   |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr]   = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 8 - //! [`ExactImpl`]      | [`Exact`]         | `exact`      | T: [`Eq`](core::cmp::Eq)
[INFO] [stderr] 8 + //! [`ExactImpl`]      | [`Exact`]         | `exact`      | T: [`Eq`]
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/filtering/ops.rs:9:71
[INFO] [stderr]   |
[INFO] [stderr] 9 | //! [`InImpl`]         | [`In`]            | `in`         | T: [`Eq`](core::cmp::Eq)
[INFO] [stderr]   |                                                                 ----  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                                 |
[INFO] [stderr]   |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 9 - //! [`InImpl`]         | [`In`]            | `in`         | T: [`Eq`](core::cmp::Eq)
[INFO] [stderr] 9 + //! [`InImpl`]         | [`In`]            | `in`         | T: [`Eq`]
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:10:76
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! [`ContainsImpl`]   | [`Contains`]      | `contains`   | T: [`Display`](std::fmt::Display)
[INFO] [stderr]    |                                                                 ---------  ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 10 - //! [`ContainsImpl`]   | [`Contains`]      | `contains`   | T: [`Display`](std::fmt::Display)
[INFO] [stderr] 10 + //! [`ContainsImpl`]   | [`Contains`]      | `contains`   | T: [`Display`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:11:76
[INFO] [stderr]    |
[INFO] [stderr] 11 | //! [`IContainsImpl`]  | [`IContains`]     | `icontains`  | T: [`Display`](std::fmt::Display)
[INFO] [stderr]    |                                                                 ---------  ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 11 - //! [`IContainsImpl`]  | [`IContains`]     | `icontains`  | T: [`Display`](std::fmt::Display)
[INFO] [stderr] 11 + //! [`IContainsImpl`]  | [`IContains`]     | `icontains`  | T: [`Display`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:12:76
[INFO] [stderr]    |
[INFO] [stderr] 12 | //! [`IExactImpl`]     | [`IExact`]        | `iexact`     | T: [`Display`](std::fmt::Display)
[INFO] [stderr]    |                                                                 ---------  ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 12 - //! [`IExactImpl`]     | [`IExact`]        | `iexact`     | T: [`Display`](std::fmt::Display)
[INFO] [stderr] 12 + //! [`IExactImpl`]     | [`IExact`]        | `iexact`     | T: [`Display`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:13:76
[INFO] [stderr]    |
[INFO] [stderr] 13 | //! [`StartsWithImpl`] | [`StartsWith`]    | `startswith` | T: [`Display`](std::fmt::Display)
[INFO] [stderr]    |                                                                 ---------  ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 13 - //! [`StartsWithImpl`] | [`StartsWith`]    | `startswith` | T: [`Display`](std::fmt::Display)
[INFO] [stderr] 13 + //! [`StartsWithImpl`] | [`StartsWith`]    | `startswith` | T: [`Display`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:14:76
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! [`EndsWithImpl`]   | [`EndsWith`]      | `endswith`   | T: [`Display`](std::fmt::Display)
[INFO] [stderr]    |                                                                 ---------  ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 14 - //! [`EndsWithImpl`]   | [`EndsWith`]      | `endswith`   | T: [`Display`](std::fmt::Display)
[INFO] [stderr] 14 + //! [`EndsWithImpl`]   | [`EndsWith`]      | `endswith`   | T: [`Display`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:15:72
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! [`LessImpl`]       | [`Less`]          | `lt`         | T: [`Ord`](core::cmp::Ord)
[INFO] [stderr]    |                                                                 -----  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 15 - //! [`LessImpl`]       | [`Less`]          | `lt`         | T: [`Ord`](core::cmp::Ord)
[INFO] [stderr] 15 + //! [`LessImpl`]       | [`Less`]          | `lt`         | T: [`Ord`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:16:72
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! [`GreaterImpl`]    | [`Greater`]       | `gt`         | T: [`Ord`](core::cmp::Ord)
[INFO] [stderr]    |                                                                 -----  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 16 - //! [`GreaterImpl`]    | [`Greater`]       | `gt`         | T: [`Ord`](core::cmp::Ord)
[INFO] [stderr] 16 + //! [`GreaterImpl`]    | [`Greater`]       | `gt`         | T: [`Ord`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:17:72
[INFO] [stderr]    |
[INFO] [stderr] 17 | //! [`LessEqImpl`]     | [`LessEq`]        | `lte`        | T: [`Ord`](core::cmp::Ord)
[INFO] [stderr]    |                                                                 -----  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 17 - //! [`LessEqImpl`]     | [`LessEq`]        | `lte`        | T: [`Ord`](core::cmp::Ord)
[INFO] [stderr] 17 + //! [`LessEqImpl`]     | [`LessEq`]        | `lte`        | T: [`Ord`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/filtering/ops.rs:18:72
[INFO] [stderr]    |
[INFO] [stderr] 18 | //! [`GreaterEqImpl`]  | [`GreaterEq`]     | `gte`        | T: [`Ord`](core::cmp::Ord)
[INFO] [stderr]    |                                                                 -----  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                                 |
[INFO] [stderr]    |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 18 - //! [`GreaterEqImpl`]  | [`GreaterEq`]     | `gte`        | T: [`Ord`](core::cmp::Ord)
[INFO] [stderr] 18 + //! [`GreaterEqImpl`]  | [`GreaterEq`]     | `gte`        | T: [`Ord`]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `T`
[INFO] [stderr]    --> src/filtering/mod.rs:452:48
[INFO] [stderr]     |
[INFO] [stderr] 452 |     /// are determining the behaviour on Option<T>). This is required
[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] 452 |     /// are determining the behaviour on `Option<T>`). This is required
[INFO] [stderr]     |                                          +         +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `T`
[INFO] [stderr]    --> src/filtering/mod.rs:453:67
[INFO] [stderr]     |
[INFO] [stderr] 453 |     /// because we automatically implement all operators on Option<T>,
[INFO] [stderr]     |                                                                   ^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 453 |     /// because we automatically implement all operators on `Option<T>`,
[INFO] [stderr]     |                                                             +         +
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/row.rs:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 | //! [`Value`](serde_json::Value)s that are permitted.
[INFO] [stderr]    |      -------  ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |      |
[INFO] [stderr]    |      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 20 - //! [`Value`](serde_json::Value)s that are permitted.
[INFO] [stderr] 20 + //! [`Value`]s that are permitted.
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `django-query` (lib doc) generated 14 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/django_query/index.html
[INFO] running `Command { std: "docker" "inspect" "aae65bc81dcdf2c04b8ddc96c0e3aa0a38af98d59df95a1ad3ac2dc5798bea11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aae65bc81dcdf2c04b8ddc96c0e3aa0a38af98d59df95a1ad3ac2dc5798bea11", kill_on_drop: false }`
[INFO] [stdout] aae65bc81dcdf2c04b8ddc96c0e3aa0a38af98d59df95a1ad3ac2dc5798bea11