netlink-rust 0.1.0

Netlink library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Netlink-RS

Netlink library for rust

## Examples

There are some examples in the examples directory. Run them using cargo.

```
cargo run --example example
cargo run --example uevent_example
```

[![Build Status](https://travis-ci.org/blueluna/netlink-rs.svg?branch=master)](https://travis-ci.org/blueluna/netlink-rs)