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.