diff --git a/libs/easy-tun/README.md b/libs/easy-tun/README.md index 7961b7b..5606b85 100644 --- a/libs/easy-tun/README.md +++ b/libs/easy-tun/README.md @@ -1,3 +1,5 @@ # easy-tun +[![Crates.io](https://img.shields.io/crates/v/easy-tun)](https://crates.io/crates/easy-tun) +[![Docs.rs](https://docs.rs/easy-tun/badge.svg)](https://docs.rs/easy-tun) `easy-tun` is a pure-Rust library that can bring up and manage a TUN interface by directly interacting with the [Universal TUN/TAP Driver](https://docs.kernel.org/networking/tuntap.html). diff --git a/libs/fast-nat/README.md b/libs/fast-nat/README.md index 2144c63..b1562e2 100644 --- a/libs/fast-nat/README.md +++ b/libs/fast-nat/README.md @@ -1,4 +1,6 @@ # Fast Network Address Table +[![Crates.io](https://img.shields.io/crates/v/fast-nat)](https://crates.io/crates/fast-nat) +[![Docs.rs](https://docs.rs/fast-nat/badge.svg)](https://docs.rs/fast-nat) `fast-nat` is an OSI layer 3 Network Address Table built for speed. diff --git a/libs/interproto/README.md b/libs/interproto/README.md index e69de29..1eb1bee 100644 --- a/libs/interproto/README.md +++ b/libs/interproto/README.md @@ -0,0 +1,3 @@ +# Interproto: The internet protocol translation library +[![Crates.io](https://img.shields.io/crates/v/interproto)](https://crates.io/crates/interproto) +[![Docs.rs](https://docs.rs/interproto/badge.svg)](https://docs.rs/interproto) \ No newline at end of file diff --git a/libs/rfc6052/README.md b/libs/rfc6052/README.md index 0b5d420..c6fc56f 100644 --- a/libs/rfc6052/README.md +++ b/libs/rfc6052/README.md @@ -1,3 +1,5 @@ # RFC6052 for Rust +[![Crates.io](https://img.shields.io/crates/v/rfc6052)](https://crates.io/crates/rfc6052) +[![Docs.rs](https://docs.rs/rfc6052/badge.svg)](https://docs.rs/rfc6052) This library provides functions for interacting with [RFC6052](https://datatracker.ietf.org/doc/html/rfc6052) IPv4-Embedded IPv6 Addresses. diff --git a/libs/rtnl/README.md b/libs/rtnl/README.md index b27c96d..11d1623 100644 --- a/libs/rtnl/README.md +++ b/libs/rtnl/README.md @@ -1,3 +1,5 @@ # RTNL +[![Crates.io](https://img.shields.io/crates/v/rtnl)](https://crates.io/crates/rtnl) +[![Docs.rs](https://docs.rs/rtnl/badge.svg)](https://docs.rs/rtnl) A slightly sane wrapper around [`rtnetlink`](https://crates.io/crates/rtnetlink)