pci-driver 0.1.4

PCI/PCIe driver development library
Documentation
rust-stable:
  parallel:
    matrix:
      - IMAGE:
          - amd64/rust
          - i386/rust
        PCI_DRIVER_FEATURES:
          - ""
          - vfio
  image: $IMAGE:latest
  before_script:
    - rustup component add clippy rustfmt
  script:
    - PCI_DRIVER_FEATURES+=,_unsafe-op-in-unsafe-fn ./test.sh

rust-1.56:
  extends: rust-stable
  image: $IMAGE:1.56
  script:
    - ./test.sh