selectables 0.2.0

Lock-free channels with a unified select! macro for recv and send arms
Documentation

Build #3213052 2026-05-02 15:26:41

# rustc version rustc 1.97.0-nightly (67bcaa9c4 2026-05-01)

# docs.rs version docsrs 0.0.0 (9a14b3d3fb884a3034195abfb368439d6d1cca28 2026-04-21 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder3/builds/selectables-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder3/builds/selectables-0.2.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "16-19" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] 5a1dfdc91cf1594fc96cab3d827d6b2a874f0d12ef095691c3757009ee47cba5 [INFO] running `Command { std: "docker" "start" "5a1dfdc91cf1594fc96cab3d827d6b2a874f0d12ef095691c3757009ee47cba5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "5a1dfdc91cf1594fc96cab3d827d6b2a874f0d12ef095691c3757009ee47cba5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260501-1.97.0-nightly-67bcaa9c4\", \"--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" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: demo [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 selectables v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `selectables` links to private item `error::TryRecvError` [INFO] [stderr] --> src/lib.rs:31:8 [INFO] [stderr] | [INFO] [stderr] 31 | //! - [error::TryRecvError] for non-blocking receive attempts. [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: unresolved link to `select` [INFO] [stderr] --> src/interval.rs:6:70 [INFO] [stderr] | [INFO] [stderr] 6 | //! schedule. It is selectable — you can use it in `recv` arms of [`select!`] alongside any [INFO] [stderr] | ^^^^^^^ no item named `select` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `select` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `select` [INFO] [stderr] --> src/interval.rs:60:55 [INFO] [stderr] | [INFO] [stderr] 60 | /// can appear in `recv(iv) -> tick =>` arms of the [`select!`] macro. [INFO] [stderr] | ^^^^^^^ no item named `select` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `select` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: `selectables` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/selectables/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "5a1dfdc91cf1594fc96cab3d827d6b2a874f0d12ef095691c3757009ee47cba5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a1dfdc91cf1594fc96cab3d827d6b2a874f0d12ef095691c3757009ee47cba5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a1dfdc91cf1594fc96cab3d827d6b2a874f0d12ef095691c3757009ee47cba5", kill_on_drop: false }` [INFO] [stdout] 5a1dfdc91cf1594fc96cab3d827d6b2a874f0d12ef095691c3757009ee47cba5