extensor 0.1.1

the main extensor crate for building arbitrary valent tensors and more.
Documentation
name: test

on:
  pull_request:
    types: [opened, synchronize, reopened]

jobs:
  test:
    name: test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: install rust toolchain
        uses: actions-rs/toolchain@v1
        with:
          toolchain: nightly
      - name: test
        run: cargo test --workspace --all-features