generic-ip 0.1.0

IP address types for generic programming
Documentation
1
2
3
4
5
6
7
8
9
10
11
# generic-ip-rs

[![Crates.io](https://img.shields.io/crates/v/generic-ip)](https://crates.io/crates/generic-ip)
[![CI/CD](https://github.com/wolcomm/generic-ip-rs/actions/workflows/cicd.yml/badge.svg?branch=master&event=push)](https://github.com/wolcomm/generic-ip-rs/actions/workflows/cicd.yml)
[![codecov](https://codecov.io/gh/wolcomm/generic-ip-rs/branch/master/graph/badge.svg?token=k5W2t9DlWw)](https://codecov.io/gh/wolcomm/generic-ip-rs)
[![docs.rs](https://img.shields.io/docsrs/generic-ip)](https://docs.rs/generic-ip)

## About

A replacement for the stdlib IP address types intended to provide easier
generic abstraction over IP address family.