ferrix 0.1.0

A simple matrix library for Rust
Documentation
name: rustytensor ci

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

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  lint:
    name: Lint
    uses: "./.github/workflows/lint.yml"

  test:
    name: Test
    uses: "./.github/workflows/test.yml"