ratatui-calloop 0.2.0

A small library for building calloop EventLoop based Ratatui applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Test

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  test:
    uses: joshka/github-workflows/.github/workflows/rust-test.yml@main
    with:
      crate_type: "bin"
    secrets:
      CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}