os_socketaddr 0.2.5

A type for handling platform-native socket addresses (struct sockaddr)
Documentation
---
on: [push, pull_request]

name: CI

jobs:
  test:
    name: run cargo test
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os:
          - windows-latest
          - ubuntu-latest
          - macos-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
      - uses: actions-rs/cargo@v1
        with:
          command: test