superconsole 0.2.0

A simple but powerful Text-based User Interface (TUI) framework
Documentation
Build #2280230 2025-07-01 17:31:53

# rustc version rustc 1.90.0-nightly (f26e58023 2025-06-30)

# docs.rs version docsrs 0.6.0 (ff5ebf09 2025-06-25)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/superconsole-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/superconsole-0.2.0/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250630-1.90.0-nightly-f26e58023\", \"--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] 115fb3faad303420e6e2b262e2d9448eaef07daf974a3e9a1bccd07b7a97ec09 [INFO] running `Command { std: "docker" "start" "-a" "115fb3faad303420e6e2b262e2d9448eaef07daf974a3e9a1bccd07b7a97ec09", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: cargo, finalization, hello_world, readme, stylized [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 superconsole v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | //! Built on-top of [`crossterm`](crossterm), it cross-compiles on Windows 7+, Linux, and MacOS. [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] 11 - //! Built on-top of [`crossterm`](crossterm), it cross-compiles on Windows 7+, Linux, and MacOS. [INFO] [stderr] 11 + //! Built on-top of [`crossterm`], it cross-compiles on Windows 7+, Linux, and MacOS. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:13:46 [INFO] [stderr] | [INFO] [stderr] 13 | //! Rendering is handled by [`SuperConsole`](SuperConsole), which draws to [`stdout`](std::io::stdout). [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 - //! Rendering is handled by [`SuperConsole`](SuperConsole), which draws to [`stdout`](std::io::stdout). [INFO] [stderr] 13 + //! Rendering is handled by [`SuperConsole`], which draws to [`stdout`](std::io::stdout). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:22:103 [INFO] [stderr] | [INFO] [stderr] 22 | //! A set of pre-baked composition and testing oriented components are provided in the [`components`](components) module. [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] 22 - //! A set of pre-baked composition and testing oriented components are provided in the [`components`](components) module. [INFO] [stderr] 22 + //! A set of pre-baked composition and testing oriented components are provided in the [`components`] module. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/alignment.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | /// The [`Aligned`](Aligned) [`Component`](Component) can be used to specify in which part of the view the content should live. [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] 44 - /// The [`Aligned`](Aligned) [`Component`](Component) can be used to specify in which part of the view the content should live. [INFO] [stderr] 44 + /// The [`Aligned`] [`Component`](Component) can be used to specify in which part of the view the content should live. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/alignment.rs:44:44 [INFO] [stderr] | [INFO] [stderr] 44 | /// The [`Aligned`](Aligned) [`Component`](Component) can be used to specify in which part of the view the content should live. [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] 44 - /// The [`Aligned`](Aligned) [`Component`](Component) can be used to specify in which part of the view the content should live. [INFO] [stderr] 44 + /// The [`Aligned`](Aligned) [`Component`] can be used to specify in which part of the view the content should live. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/alignment.rs:45:37 [INFO] [stderr] | [INFO] [stderr] 45 | /// The [`HorizontalAlignmentKind`](HorizontalAlignmentKind) enum specifies the location relative to the x-axis. [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] 45 - /// The [`HorizontalAlignmentKind`](HorizontalAlignmentKind) enum specifies the location relative to the x-axis. [INFO] [stderr] 45 + /// The [`HorizontalAlignmentKind`] enum specifies the location relative to the x-axis. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/alignment.rs:46:35 [INFO] [stderr] | [INFO] [stderr] 46 | /// The [`VerticalAlignmentKind`](VerticalAlignmentKind) enum specified the location relative to the y-axis. [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] 46 - /// The [`VerticalAlignmentKind`](VerticalAlignmentKind) enum specified the location relative to the y-axis. [INFO] [stderr] 46 + /// The [`VerticalAlignmentKind`] enum specified the location relative to the y-axis. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/components/padding.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | /// The `Padded` [`Component`](Component) wraps its child by padding left, right, above, and below its content. [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 - /// The `Padded` [`Component`](Component) wraps its child by padding left, right, above, and below its content. [INFO] [stderr] 16 + /// The `Padded` [`Component`] wraps its child by padding left, right, above, and below its content. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `superconsole` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/superconsole/index.html [INFO] running `Command { std: "docker" "inspect" "115fb3faad303420e6e2b262e2d9448eaef07daf974a3e9a1bccd07b7a97ec09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "115fb3faad303420e6e2b262e2d9448eaef07daf974a3e9a1bccd07b7a97ec09", kill_on_drop: false }` [INFO] [stdout] 115fb3faad303420e6e2b262e2d9448eaef07daf974a3e9a1bccd07b7a97ec09