| Crates.io | pnetlink |
| lib.rs | pnetlink |
| version | 0.0.3 |
| created_at | 2017-01-14 10:57:11.693511+00 |
| updated_at | 2018-05-14 18:04:03.329188+00 |
| description | Netlink library in pure rust |
| homepage | |
| repository | https://github.com/polachok/pnetlink |
| max_upload_size | |
| id | 8056 |
| size | 104,483 |
pnetlink - native NetLink library for rust using libpnet
The project builds fine with cargo build.
The tests are not thread safe. You must run cargo test -- --test-threads=1,
or you will get many AddrInUse errors.
Some of the tests require elevated permissions; either capabilities granted
to the test binary, or for the test procedure to run as root. These will
fail with a PermissionDenied error.