geogram_predicates 0.2.1

Rust bindings to the Geogram library's predicates module
Documentation
name: Rust

on:
  push:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    
    runs-on: macos-latest
    
    steps:
      - uses: actions/checkout@v2
      
      - name: Rustfmt
        run: cargo fmt --all
      
      - name: Test
        run: cargo test