From 23b95c3b856e6bd1c6a940ac53114a5fdeb1ce0d Mon Sep 17 00:00:00 2001 From: Mat Wood Date: Fri, 17 Jan 2020 11:22:52 -0800 Subject: [PATCH] Update README for IPv6 support IPv6 looks implemented, cleaning up the README comment --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 69da1a5..839a452 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ipnetwork === -This is a library to work with IPv4 and v6 CIDRs in rust -The IPv4 implementation is stable, IPv6 implementation is not done yet. +This is a library to work with IPv4 and IPv6 CIDRs in rust [![Build Status](https://travis-ci.org/achanda/ipnetwork.svg?branch=master)](https://travis-ci.org/achanda/ipnetwork) [![Merit Badge](http://meritbadge.herokuapp.com/ipnetwork)](https://crates.io/crates/ipnetwork)