mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-14 08:16:59 +00:00
Update README.md
nits
This commit is contained in:

committed by
GitHub

parent
a9f4547c82
commit
8f1c6b59bb
@ -1,6 +1,6 @@
|
|||||||
ipnetwork
|
ipnetwork
|
||||||
===
|
===
|
||||||
This is a library to work with IPv4 and IPv6 CIDRs in rust
|
This is a library to work with IPv4 and IPv6 CIDRs in Rust
|
||||||
|
|
||||||
[](https://travis-ci.org/achanda/ipnetwork)
|
[](https://travis-ci.org/achanda/ipnetwork)
|
||||||
[](https://crates.io/crates/ipnetwork)
|
[](https://crates.io/crates/ipnetwork)
|
||||||
@ -20,7 +20,7 @@ cargo test
|
|||||||
```
|
```
|
||||||
|
|
||||||
You can also add `ipnetwork` as a dependency to your project's `Cargo.toml`:
|
You can also add `ipnetwork` as a dependency to your project's `Cargo.toml`:
|
||||||
```
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ipnetwork = "*"
|
ipnetwork = "*"
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user