Skip to content

Stack allocate 2d points using tiny_vec. #325

Stack allocate 2d points using tiny_vec.

Stack allocate 2d points using tiny_vec. #325

Workflow file for this run

on: [push, pull_request]
name: Run tests
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo install cargo-all-features
- run: cargo build-all-features --verbose
- run: cargo test-all-features --verbose