ratflow 0.2.0

A minimalistic framework for building TUI applications using a reactive architecture.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Rust

on:
  pull_request:
  push:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
      - name: Build ratflow
        run: cargo build --release --verbose