winroute 0.1.2

This crate is a utilities of high level of interface for manipulating and observing Windows's routing table
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.crossbeam-channel]
version = "0.5"

[package]
description = "This crate is a utilities of high level of interface for manipulating and observing Windows's routing table"
edition = "2021"
homepage = "https://github.com/ljkgpxs/winroute"
keywords = ["windows", "route", "manager", "gateway", "interface"]
license = "Apache-2.0"
name = "winroute"
readme = "README.md"
repository = "https://github.com/ljkgpxs/winroute"
version = "0.1.2"
[target."cfg(windows)".dependencies.winapi]
features = ["iphlpapi", "netioapi"]
version = "0.3"