twc-rs 0.7.0

Fast single-binary CLI and interactive TUI dashboard for Timeweb Cloud
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Summary

<!-- What does this PR change and why? -->

## Checklist

- [ ] PR title follows Conventional Commits (`feat:`, `fix:`, `chore:`, `docs:`, `refactor:`, `test:`, `perf:`; add `!` for breaking changes)
- [ ] `just check` passes locally (formatting, clippy, tests)
- [ ] Docs updated where relevant (`README.md`, `CONTRIBUTING.md`)
- [ ] Locale strings added/updated in `locales/*.yml` for any user-facing text
- [ ] New code follows the Rust comment rules (only `///` and `//!` outside `#[cfg(test)]`)

## Related issues

<!-- e.g. Closes #123 -->