lazy-bytes-cast 7.1.0

Lazy casts from & to byte arrays
Documentation
name: Rust

on:
  push:
    paths:
      - '.github/workflows/rust.yml'
      - '**.rs'
      - '**.toml'
    branches:
      - master
  pull_request:
    types: [opened, synchronize, reopened, ready_for_review]
    paths:
      - '.github/workflows/rust.yml'
      - '**.rs'
      - '**.toml'
    branches:
      - '**'

jobs:
  build:
    if: github.event.pull_request.draft == false
    uses: DoumanAsh/douman-ci/.github/workflows/rust.yml@master
    with:
      min-rustc-version: "1.64.0"
      miri: true