Add badges to project readmes
This commit is contained in:
parent
920e1bf3d3
commit
3522ccedda
@ -1,3 +1,5 @@
|
|||||||
# easy-tun
|
# easy-tun
|
||||||
|
[](https://crates.io/crates/easy-tun)
|
||||||
|
[](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).
|
`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).
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
# Fast Network Address Table
|
# Fast Network Address Table
|
||||||
|
[](https://crates.io/crates/fast-nat)
|
||||||
|
[](https://docs.rs/fast-nat)
|
||||||
|
|
||||||
`fast-nat` is an OSI layer 3 Network Address Table built for speed.
|
`fast-nat` is an OSI layer 3 Network Address Table built for speed.
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
# Interproto: The internet protocol translation library
|
||||||
|
[](https://crates.io/crates/interproto)
|
||||||
|
[](https://docs.rs/interproto)
|
@ -1,3 +1,5 @@
|
|||||||
# RFC6052 for Rust
|
# RFC6052 for Rust
|
||||||
|
[](https://crates.io/crates/rfc6052)
|
||||||
|
[](https://docs.rs/rfc6052)
|
||||||
|
|
||||||
This library provides functions for interacting with [RFC6052](https://datatracker.ietf.org/doc/html/rfc6052) IPv4-Embedded IPv6 Addresses.
|
This library provides functions for interacting with [RFC6052](https://datatracker.ietf.org/doc/html/rfc6052) IPv4-Embedded IPv6 Addresses.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# RTNL
|
# RTNL
|
||||||
|
[](https://crates.io/crates/rtnl)
|
||||||
|
[](https://docs.rs/rtnl)
|
||||||
|
|
||||||
A slightly sane wrapper around [`rtnetlink`](https://crates.io/crates/rtnetlink)
|
A slightly sane wrapper around [`rtnetlink`](https://crates.io/crates/rtnetlink)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user