Docs.rs
tap-sdk-0.1.0
tap-sdk 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
VladChekunov
Dependencies
btleplug ^0.11.8
normal
crossbeam-channel ^0.5.14
normal
event-listener ^5.4.0
normal
futures ^0.3
normal
strum ^0.27.1
normal
strum_macros ^0.27.1
normal
tokio ^1.0
normal
uuid ^1.16.0
normal
Versions
1.45%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
tap_sdk/
lib.rs
1
2
mod
client;
3
pub use
self
::client::Client;
4
5
pub mod
types;
6
7
pub mod
event_manager;