b3-display-handler 0.1.2

A connecting interface between the provider of a pointer to a window or display and the consumer.
Documentation
name: Rust

on:
  push:
    branches: [ "master" ]
  pull_request:
    branches: [ "master" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: macos-latest

    steps:
    - uses: actions/checkout@v4
    - name: Build
      run: cargo build --all --verbose
    - name: Run tests
      run: cargo test --verbose