figfont 0.1.1

Read and parse a FIGlet font in plain or zipped format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Test

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

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - name: Build
        run: cargo build --tests --verbose
      - name: Run tests
        run: cargo test --all-features --verbose