Skip to content

separate struct

separate struct #93

Workflow file for this run

name: Rustfmt
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run rustfmt
run: cargo fmt -- --check