array_list 0.4.0

A dynamic container that combines the characteristics of a Vec and a LinkedList
Documentation
name: Rust

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

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        toolchain:
          - nightly
    steps:
    - uses: actions/checkout@v4
    - name: Run tests
      run: cargo +nightly test --verbose --features nightly_tests