1

Add badges to project readmes

This commit is contained in:
Evan Pratten 2023-08-03 23:54:12 -04:00
parent 920e1bf3d3
commit 3522ccedda
5 changed files with 11 additions and 0 deletions

View File

@ -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).

View File

@ -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.

View File

@ -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)

View File

@ -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.

View File

@ -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)