1 unstable release

0.9.0 Feb 26, 2025

#21 in #below

43 downloads per month
Used in 6 crates (via below-model)

Apache-2.0

23KB
420 lines

tc

tc is a rust library that parses the queueing discipline (qdisc) component of the Traffic Control (tc) Linux subsystem.

The library depends on another upstream library https://github.com/rust-netlink/netlink-packet-route for parsing the netlink response which is then converted into an intermediate representation to be consumed by the model library.

Dependencies

~4.5MB
~94K SLoC