broccoli_queue 0.4.6

Broccoli is a simple, fast, and reliable job queue for Rust.
Documentation
Build #2845581 2026-01-24 01:50:19
# rustc version
rustc 1.95.0-nightly (d222ddc4d 2026-01-23)# docs.rs version
docsrs 0.1.0 (07f7a059 2026-01-22 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/broccoli_queue-0.4.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/broccoli_queue-0.4.6/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/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\", \"-20260123-1.95.0-nightly-d222ddc4d\", \"--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] 5c6edf4e98ec0390f0230cc260f24be153066160b21a8e82e5fea22bf6b995e6
[INFO] running `Command { std: "docker" "start" "-a" "5c6edf4e98ec0390f0230cc260f24be153066160b21a8e82e5fea22bf6b995e6", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: consumer, publisher
[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 broccoli_queue v0.4.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: missing documentation for a module
[INFO] [stderr]  --> src/brokers/redis/mod.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub mod management;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> src/lib.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![warn(missing_docs)]
[INFO] [stderr]   |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `,,u`
[INFO] [stderr]    --> src/brokers/surrealdb/utils.rs:211:63
[INFO] [stderr]     |
[INFO] [stderr] 211 | /// this table holds a timesorted timeseries, `<queue_name>`:[<priority>,<timestamp>,u<taskid>]
[INFO] [stderr]     |                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `,,u` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `<task_id>`
[INFO] [stderr]    --> src/brokers/surrealdb/utils.rs:844:35
[INFO] [stderr]     |
[INFO] [stderr] 844 | /// `message_id` <`queue_table>`:[<`task_id`>]
[INFO] [stderr]     |                                   ^^^^^^^^^^^ missing type for generic parameters
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `priority`
[INFO] [stderr]    --> src/brokers/surrealdb/utils.rs:211:63
[INFO] [stderr]     |
[INFO] [stderr] 211 | /// this table holds a timesorted timeseries, `<queue_name>`:[<priority>,<timestamp>,u<taskid>]
[INFO] [stderr]     |                                                               ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `timestamp`
[INFO] [stderr]    --> src/brokers/surrealdb/utils.rs:211:74
[INFO] [stderr]     |
[INFO] [stderr] 211 | /// this table holds a timesorted timeseries, `<queue_name>`:[<priority>,<timestamp>,u<taskid>]
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `taskid`
[INFO] [stderr]    --> src/brokers/surrealdb/utils.rs:211:87
[INFO] [stderr]     |
[INFO] [stderr] 211 | /// this table holds a timesorted timeseries, `<queue_name>`:[<priority>,<timestamp>,u<taskid>]
[INFO] [stderr]     |                                                                                       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 211 | /// this table holds a timesorted timeseries, `<queue_name>`:[<priority>,<timestamp>,`u<taskid>`]
[INFO] [stderr]     |                                                                                      +         +
[INFO] [stderr] 
[INFO] [stderr] warning: `broccoli_queue` (lib doc) generated 6 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/broccoli_queue/index.html
[INFO] running `Command { std: "docker" "inspect" "5c6edf4e98ec0390f0230cc260f24be153066160b21a8e82e5fea22bf6b995e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c6edf4e98ec0390f0230cc260f24be153066160b21a8e82e5fea22bf6b995e6", kill_on_drop: false }`
[INFO] [stdout] 5c6edf4e98ec0390f0230cc260f24be153066160b21a8e82e5fea22bf6b995e6