Docs.rs
input-actions-0.1.1
input-actions 0.1.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
temportalflux
Dependencies
gilrs ^0.8
normal
log ^0.4
normal
optional
winit ^0.26
normal
optional
Versions
20.38%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Files
input_actions/
device.rs
1
mod
gamepad;
2
pub use
gamepad::
*
;
3
mod
id;
4
pub
(
crate
)
use
id::
*
;
5
mod
kind;
6
pub use
kind::
*
;