Docs.rs
djio-0.0.23
djio 0.0.23
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
uklotzde
Dependencies
anyhow ^1.0.97
normal
crossbeam-utils ^0.8.21
normal
optional
derive_more ^2.0.1
normal
discro ^0.34.0
normal
optional
enum-as-inner ^0.6.1
normal
optional
float-cmp ^0.10.0
normal
futures-core ^0.3.31
normal
futures-util ^0.3.31
normal
hashbrown ^0.15.2
normal
optional
log ^0.4.27
normal
midir ^0.10.1
normal
optional
smol_str ^0.3.2
normal
strum ^0.27.1
normal
tokio ^1.44.1
normal
optional
anyhow ^1.0.97
dev
hidapi ^2.6.3
dev
pretty_env_logger ^0.5.0
dev
hidapi ^2.6.3
normal
optional
Versions
18.2%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ControllerTypes
djio
0.0.23
Controller
Types
Required Associated Types
Context
ControlAction
InputEvent
Implementors
In crate djio
djio
Trait
Controller
Types
Copy item path
Source
pub trait ControllerTypes { type
Context
; type
InputEvent
:
Debug
; type
ControlAction
; }
Required Associated Types
§
Source
type
Context
Source
type
InputEvent
:
Debug
Source
type
ControlAction
Implementors
§