ftail 0.3.1

Ftail is simple logging implementation for the `log` crate with support for multiple channels.
Documentation
name: Cargo clippy

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

env:
  CARGO_TERM_COLOR: always

jobs:
  cargo-clippy:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Clippy
      run: cargo clippy --tests --workspace --all-targets -- -D warnings