tinyvec_string 0.3.2

tinyvec based string types
Documentation
name: Tests

on:
  push:
    branches: [ stable ]
  pull_request:
    branches: [ stable ]

env:
  CARGO_TERM_COLOR: always

jobs:
  test:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Run tests
      run: cargo clippy --verbose --all-features -- -D warnings