array-bytes 4.2.0

A collection of array/bytes/hex utilities.
Documentation
name: Checks
on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  cargo_checks:
    name: Task cargo test
    runs-on: ubuntu-latest
    steps:
      - name: Fetch latest code
        uses: actions/checkout@v3
      - name: Cargo test
        uses: actions-rs/cargo@v1
        with:
          command: test
          args: --workspace --all-features --all-targets --locked