logcat 0.0.1

A simple and lightweight logging library.
Documentation
name: Rust

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

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: all

    steps:
    - uses: actions/checkout@v4
    - name: Run tests
      run: cargo test -- --nocapture