geo-buf 0.0.2

This crate provides methods to buffer (to inflate or deflate) certain primitive geometric types in the GeoRust ecosystem via a straight skeleton. This crate builds upon the (presumably abandoned) geo-buffer crate.
Documentation
name: checks

run-name: Testing ${{ github.ref_name }} by @${{ github.actor }}
on: [push]
jobs:
  lint-typecheck-test-ubuntu:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@v4

      - name: Rust Cache
        uses: Swatinem/rust-cache@v2.7.2

      - name: Lint
        run: cargo fmt --check && cargo install cargo-sort && cargo sort -c

      - name: Test
        env:
          RUSTFLAGS: "-D warnings"
          CARGO_NET_GIT_FETCH_WITH_CLI: true
        run: cargo test --color always