vtcode-tui 0.86.12

Reusable TUI primitives and session API for VT Code-style terminal interfaces
Documentation
Build #2975830 2026-03-07 00:42:33

# rustc version rustc 1.96.0-nightly (69370dc4a 2026-03-05)

# docs.rs version docsrs 0.0.0 (91dcccd9 2026-02-13 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder4/builds/vtcode-tui-0.86.12/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/vtcode-tui-0.86.12/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260305-1.96.0-nightly-69370dc4a\", \"--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] 6f9ebc4a2fb6b14e38d518c017c832194ee7e3e8d3c9103dc1c472b828b47c1a [INFO] running `Command { std: "docker" "start" "-a" "6f9ebc4a2fb6b14e38d518c017c832194ee7e3e8d3c9103dc1c472b828b47c1a", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: custom_theme_and_widgets, host_adapter_integration, minimal_session [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 vtcode-tui v0.86.12 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `x` [INFO] [stderr] --> src/core_tui/session/config.rs:93:49 [INFO] [stderr] | [INFO] [stderr] 93 | /// Whether to dim completed todo items (- [x] and ~~strikethrough~~) [INFO] [stderr] | ^ no item named `x` 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: this URL is not a hyperlink [INFO] [stderr] --> src/ui/theme.rs:1642:15 [INFO] [stderr] | [INFO] [stderr] 1642 | /// Based on: https://github.com/openai/codex/pull/11447, https://github.com/openai/codex/pull/12581 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1642 | /// Based on: <https://github.com/openai/codex/pull/11447>, https://github.com/openai/codex/pull/12581 [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/ui/theme.rs:1642:59 [INFO] [stderr] | [INFO] [stderr] 1642 | /// Based on: https://github.com/openai/codex/pull/11447, https://github.com/openai/codex/pull/12581 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1642 | /// Based on: https://github.com/openai/codex/pull/11447, <https://github.com/openai/codex/pull/12581> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/core_tui/panic_hook.rs:152:29 [INFO] [stderr] | [INFO] [stderr] 152 | /// Follows Ratatui recipe: https://ratatui.rs/recipes/apps/better-panic/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 152 | /// Follows Ratatui recipe: <https://ratatui.rs/recipes/apps/better-panic/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/core_tui/panic_hook.rs:234:29 [INFO] [stderr] | [INFO] [stderr] 234 | /// Follows Ratatui recipe: https://ratatui.rs/recipes/apps/panic-hooks/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 234 | /// Follows Ratatui recipe: <https://ratatui.rs/recipes/apps/panic-hooks/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `vtcode-tui` (lib doc) generated 5 warnings (run `cargo fix --lib -p vtcode-tui` to apply 4 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/vtcode_tui/index.html [INFO] running `Command { std: "docker" "inspect" "6f9ebc4a2fb6b14e38d518c017c832194ee7e3e8d3c9103dc1c472b828b47c1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f9ebc4a2fb6b14e38d518c017c832194ee7e3e8d3c9103dc1c472b828b47c1a", kill_on_drop: false }` [INFO] [stdout] 6f9ebc4a2fb6b14e38d518c017c832194ee7e3e8d3c9103dc1c472b828b47c1a