trident 0.2.1

A struct that stores a `T`, either inline or, if `T` is larger than 3 words, allocated
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: CI

on:
  push:
  pull_request:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: test
      run: cargo test
    - name: style
      run: cargo fmt && git diff --exit-code