tty-interface 4.0.2

Provides simple TTY-based interface capabilities including partial re-renders of multi-line displays.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "Rust",
  "image": "mcr.microsoft.com/devcontainers/base:bookworm",
  "features": {
    "ghcr.io/devcontainers/features/rust:1": {
      "version": "latest",
      "profile": "minimal",
      "components": "clippy,rustfmt"
    }
  },
  "containerUser": "vscode",
  "updateContentCommand": "rustup update stable && rustup default stable",
  "postCreateCommand": "sudo apt-get update && sudo apt-get install -y libglib2.0-dev libpango1.0-dev libcairo2-dev && rustc -Vv && cargo clippy -V && rustup show"
}