tmux_interface 0.3.2

Rust language library for communication with TMUX via CLI
Documentation
Build #1147455 2024-03-04T15:46:40.231685+00:00
# rustc version
rustc 1.78.0-nightly (516b6162a 2024-03-03)# docs.rs version
docsrs 0.6.0 (60738ee7 2024-03-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/tmux_interface-0.3.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/tmux_interface-0.3.2/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\", \"-20240303-1.78.0-nightly-516b6162a\", \"--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] [stdout] ea77071cbb1ab2c88e66866aefa11462e04d48aaa7b852e59539c6c4fe7db7d9
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "ea77071cbb1ab2c88e66866aefa11462e04d48aaa7b852e59539c6c4fe7db7d9", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting tmux_interface v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:186:58
[INFO] [stderr]     |
[INFO] [stderr] 186 | //!     * Clients and Sessions ([`clients_and_sessions`](crate::commands::clients_and_sessions))
[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] 186 | //!     * Clients and Sessions ([`clients_and_sessions`])
[INFO] [stderr]     |                                 ~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:187:52
[INFO] [stderr]     |
[INFO] [stderr] 187 | //!     * Windows and Panes ([`windows_and_panes`](crate::commands::windows_and_panes))
[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] 187 | //!     * Windows and Panes ([`windows_and_panes`])
[INFO] [stderr]     |                              ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:188:42
[INFO] [stderr]     |
[INFO] [stderr] 188 | //!     * Key Bindings ([`key_bindings`](crate::commands::key_bindings))
[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] 188 | //!     * Key Bindings ([`key_bindings`])
[INFO] [stderr]     |                         ~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:190:28
[INFO] [stderr]     |
[INFO] [stderr] 190 | //!     * Hooks ([`hooks`](crate::commands::hooks))
[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] 190 | //!     * Hooks ([`hooks`])
[INFO] [stderr]     |                  ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:191:78
[INFO] [stderr]     |
[INFO] [stderr] 191 | //!     * Global and Session Environment ([`global_and_session_environment`](crate::commands::global_and_session_environment))
[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] 191 | //!     * Global and Session Environment ([`global_and_session_environment`])
[INFO] [stderr]     |                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:192:40
[INFO] [stderr]     |
[INFO] [stderr] 192 | //!     * Status Line ([`status_line`](crate::commands::status_line))
[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] 192 | //!     * Status Line ([`status_line`])
[INFO] [stderr]     |                        ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:193:32
[INFO] [stderr]     |
[INFO] [stderr] 193 | //!     * Buffers ([`buffers`](crate::commands::buffers))
[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] 193 | //!     * Buffers ([`buffers`])
[INFO] [stderr]     |                    ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:194:44
[INFO] [stderr]     |
[INFO] [stderr] 194 | //!     * Miscellaneous ([`miscellaneous`](crate::commands::miscellaneous))
[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] 194 | //!     * Miscellaneous ([`miscellaneous`])
[INFO] [stderr]     |                          ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:196:30
[INFO] [stderr]     |
[INFO] [stderr] 196 | //!     * Common ([`common`](crate::commands::common))
[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] 196 | //!     * Common ([`common`])
[INFO] [stderr]     |                   ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:214:23
[INFO] [stderr]     |
[INFO] [stderr] 214 | //!     * [`Formats`][crate::formats::Formats]
[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] 214 | //!     * [`Formats`]
[INFO] [stderr]     |           ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:215:29
[INFO] [stderr]     |
[INFO] [stderr] 215 | //!     * [`FormatsOutput`][crate::formats::FormatsOutput]
[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] 215 | //!     * [`FormatsOutput`]
[INFO] [stderr]     |           ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:216:24
[INFO] [stderr]     |
[INFO] [stderr] 216 | //!     * [`Variable`][crate::formats::Variable]
[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] 216 | //!     * [`Variable`]
[INFO] [stderr]     |           ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:217:30
[INFO] [stderr]     |
[INFO] [stderr] 217 | //!     * [`VariableOutput`][crate::formats::VariableOutput]
[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] 217 | //!     * [`VariableOutput`]
[INFO] [stderr]     |           ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:223:25
[INFO] [stderr]     |
[INFO] [stderr] 223 | //!     * [`StyleList`][crate::styles::StyleList]
[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] 223 | //!     * [`StyleList`]
[INFO] [stderr]     |           ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:224:21
[INFO] [stderr]     |
[INFO] [stderr] 224 | //!     * [`Style`][crate::styles::Style]
[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] 224 | //!     * [`Style`]
[INFO] [stderr]     |           ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:234:24
[INFO] [stderr]     |
[INFO] [stderr] 234 | //!     * [`Sessions`](crate::Sessions)
[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] 234 | //!     * [`Sessions`]
[INFO] [stderr]     |           ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:235:23
[INFO] [stderr]     |
[INFO] [stderr] 235 | //!     * [`Session`](crate::Session)
[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] 235 | //!     * [`Session`]
[INFO] [stderr]     |           ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:236:23
[INFO] [stderr]     |
[INFO] [stderr] 236 | //!     * [`Windows`](crate::Windows)
[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] 236 | //!     * [`Windows`]
[INFO] [stderr]     |           ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:237:22
[INFO] [stderr]     |
[INFO] [stderr] 237 | //!     * [`Window`](crate::Window)
[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] 237 | //!     * [`Window`]
[INFO] [stderr]     |           ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:238:21
[INFO] [stderr]     |
[INFO] [stderr] 238 | //!     * [`Panes`](crate::Panes)
[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] 238 | //!     * [`Panes`]
[INFO] [stderr]     |           ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:239:20
[INFO] [stderr]     |
[INFO] [stderr] 239 | //!     * [`Pane`](crate::Pane)
[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] 239 | //!     * [`Pane`]
[INFO] [stderr]     |           ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/options/mod.rs:175:26
[INFO] [stderr]     |
[INFO] [stderr] 175 | //!         * [`global`](self::session::builder::global)
[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] 175 | //!         * [`global`]
[INFO] [stderr]     |               ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `tmux_interface` (lib doc) generated 22 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tmux_interface/index.html
[INFO] running `Command { std: "docker" "inspect" "ea77071cbb1ab2c88e66866aefa11462e04d48aaa7b852e59539c6c4fe7db7d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea77071cbb1ab2c88e66866aefa11462e04d48aaa7b852e59539c6c4fe7db7d9", kill_on_drop: false }`
[INFO] [stdout] ea77071cbb1ab2c88e66866aefa11462e04d48aaa7b852e59539c6c4fe7db7d9