console_static_text 0.9.0

Logging for text that should stay in the same place in a console.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "exec": {
    "cwd": "${configDir}",
    "commands": [{
      "command": "rustfmt --edition 2024 --config imports_granularity=item",
      "exts": ["rs"]
    }]
  },
  "excludes": ["target/"],
  "plugins": [
    "https://plugins.dprint.dev/toml-0.7.0.wasm",
    "https://plugins.dprint.dev/exec-0.6.2.json@df98f54ffd3092b8a841aedd6d098a2651f16d0a796a40535774f1a8b4b9d463",
    "https://plugins.dprint.dev/json-0.21.3.wasm",
    "https://plugins.dprint.dev/markdown-0.21.1.wasm"
  ]
}