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
17
name: Cargo Build & Test

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  build_and_test:
    name: Build & Test Console Static Text
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
      - run: rustup update stable && rustup default stable
      - run: cargo build --all-features
      - run: cargo test --all-features