Skip to content

implement Default for vector and matrices #90

implement Default for vector and matrices

implement Default for vector and matrices #90

Workflow file for this run

name: build
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: cargo build --verbose
- name: test
run: cargo test --verbose --features serde