| Crates.io | egpu |
| lib.rs | egpu |
| version | 0.0.1 |
| created_at | 2025-11-17 04:18:40.936176+00 |
| updated_at | 2025-11-18 07:27:12.254148+00 |
| description | Libegpu is a library for enumerating eGPU devices & enclosures |
| homepage | https://libegpu.dev |
| repository | https://github.com/artob/libegpu |
| max_upload_size | |
| id | 1936231 |
| size | 26,534 |
Libegpu is a library for enumerating external GPU (eGPU) devices & enclosures.
lsegpu CLI tool for enumerating eGPU devices & enclosurespip install -U egpu
cargo install egpu
for device in egpu::list_devices().unwrap() {
println!("{:#?}", device);
}
for enclosure in egpu::list_enclosures().unwrap() {
println!("{:#?}", enclosure);
}
git clone https://github.com/artob/libegpu.git