vtcode-tui 0.85.0

Reusable TUI primitives and session API for VT Code-style terminal interfaces
Documentation
Build #2972059 2026-03-06 06:45:07

# 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.85.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/vtcode-tui-0.85.0/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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/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] dfcb7b5692949ffcd85baf535fee3897f6aa9d06ab65eba552d4b53238853025 [INFO] running `Command { std: "docker" "start" "-a" "dfcb7b5692949ffcd85baf535fee3897f6aa9d06ab65eba552d4b53238853025", kill_on_drop: false }` [INFO] [stderr] Scraping vtcode-tui v0.85.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting vtcode-tui v0.85.0 (/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:1640:15 [INFO] [stderr] | [INFO] [stderr] 1640 | /// 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] 1640 | /// 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:1640:59 [INFO] [stderr] | [INFO] [stderr] 1640 | /// 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] 1640 | /// 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:53:29 [INFO] [stderr] | [INFO] [stderr] 53 | /// 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] 53 | /// Follows Ratatui recipe: <https://ratatui.rs/recipes/apps/panic-hooks/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/core_tui/panic_hook.rs:108:29 [INFO] [stderr] | [INFO] [stderr] 108 | /// 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] 108 | /// 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 3.96s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/vtcode_tui/index.html [INFO] running `Command { std: "docker" "inspect" "dfcb7b5692949ffcd85baf535fee3897f6aa9d06ab65eba552d4b53238853025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfcb7b5692949ffcd85baf535fee3897f6aa9d06ab65eba552d4b53238853025", kill_on_drop: false }` [INFO] [stdout] dfcb7b5692949ffcd85baf535fee3897f6aa9d06ab65eba552d4b53238853025