libbluetooth 0.1.0

Raw FFI bindings for Unix' libbluetooth.
Documentation

Build #3626888 2026-06-19 11:52:31

# rustc version rustc 1.98.0-nightly (bc2112ed5 2026-06-18)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "5ce3586597f3d204f8092672f724648a4b9478676dcc978174b7bcc971b3f799" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260618-1.98.0-nightly-bc2112ed5\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting libbluetooth v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/hci.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | pub const SCO_PTYPE_MASK: i32 = (HCI_HV1 | HCI_HV2 | HCI_HV3); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 101 - pub const SCO_PTYPE_MASK: i32 = (HCI_HV1 | HCI_HV2 | HCI_HV3); [INFO] [stderr] 101 + pub const SCO_PTYPE_MASK: i32 = HCI_HV1 | HCI_HV2 | HCI_HV3 ; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/hci.rs:102:33 [INFO] [stderr] | [INFO] [stderr] 102 | pub const ACL_PTYPE_MASK: i32 = (HCI_DM1 | HCI_DH1 | HCI_DM3 | HCI_DH3 | HCI_DM5 | HCI_DH5); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 102 - pub const ACL_PTYPE_MASK: i32 = (HCI_DM1 | HCI_DH1 | HCI_DM3 | HCI_DH3 | HCI_DM5 | HCI_DH5); [INFO] [stderr] 102 + pub const ACL_PTYPE_MASK: i32 = HCI_DM1 | HCI_DH1 | HCI_DM3 | HCI_DH3 | HCI_DM5 | HCI_DH5 ; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `libbluetooth` (lib doc) generated 2 warnings (run `cargo fix --lib -p libbluetooth` to apply 2 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/libbluetooth/index.html [INFO] running `Command { std: "docker" "inspect" "5ce3586597f3d204f8092672f724648a4b9478676dcc978174b7bcc971b3f799", kill_on_drop: false }`