Docs.rs
hyperrust-0.1.4
hyperrust 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
EriksRemess
Dependencies
clap ^4.5.17
normal
ctrlc ^3.4.5
normal
hidapi ^2.6.3
normal
serde ^1.0.210
normal
serde_json ^1.0.128
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hyperrust
0.1.4
In hyperrust::
hid
hyperrust
::
hid
Function
get_device
Copy item path
Source
pub fn get_device(vendor_id:
u16
, product_id:
u16
) ->
Option
<
HidDevice
>