| Crates.io | usbip-rs |
| lib.rs | usbip-rs |
| version | 0.1.0-rc1 |
| created_at | 2025-11-17 18:07:12.13125+00 |
| updated_at | 2025-11-17 18:07:12.13125+00 |
| description | An implementation of the entire Linux USB/IP userspace stack in Rust |
| homepage | https://github.com/wowkster/usbip-rs |
| repository | https://github.com/wowkster/usbip-rs |
| max_upload_size | |
| id | 1937278 |
| size | 100,336 |
A complete Rust rewrite of the Linux USB/IP userspace stack including:
usbip CLI tool (vhci_hcd/usbip_host)usbipd server daemon (usbip_host)[!WARNING] This project is still actively in development, so a lot about the library and CLI interfaces are subject to change
This rewrite aims to improve the user and developer experience when interacting with the usbip kernel modules (vhci_hcd and usbip_host) in several ways:
clap\n) character#![forbid(unsafe_code)])