| Crates.io | lnwasi |
| lib.rs | lnwasi |
| version | 0.0.3 |
| created_at | 2023-02-22 14:16:47.866909+00 |
| updated_at | 2023-02-28 07:30:14.023983+00 |
| description | Netlink Library for Web Assembly |
| homepage | |
| repository | https://github.com/21kyu/lnwasi |
| max_upload_size | |
| id | 791829 |
| size | 131,663 |
A netlink library for web assembly written in Rust.
This project is heavily inspired by vishvananda/netlink
and exposes a high level API for interacting with the kernel's netlink interface,
similarly to the iproute2 command line tool.
Ultimately, the goal is to make the library available in a web assembly environment as well.