Docs.rs
libxdo-sys-0.11.0
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libxdo-sys 0.11.0
FFI bindings to libxdo
Crate
Source
Builds
Feature flags
Documentation
Hide files
examples
src
.gitignore
build.rs
Cargo.lock
Cargo.toml
LICENSE
README.md
1
2
3
fn
main
(
)
{
println!
(
"
cargo:rustc-link-lib=xdo
"
)
;
}