Docs.rs
trezor-client-0.1.4
trezor-client 0.1.4
Docs.rs crate page
CC0-1.0
Links
Homepage
Repository
crates.io
Source
Owners
prusnak
Dependencies
bitcoin ^0.31
normal
optional
byteorder ^1.4
normal
hex ^0.4
normal
protobuf =3.3.0
normal
rusb ^0.9
normal
thiserror ^1.0
normal
tracing ^0.1
normal
unicode-normalization ^0.1.22
normal
optional
serial_test ^2.0.0
dev
tracing-subscriber ^0.3
dev
Versions
67.95%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
trezor_
client
0.1.4
Module transport
Module Items
Modules
Structs
Enums
Traits
Functions
In crate trezor_
client
trezor_client
Module
transport
Copy item path
Source
Modules
§
error
Error Handling
protocol
udp
webusb
Structs
§
Proto
Message
A protobuf message accompanied by the message type. This type is used to pass messages over the transport and used to contain messages received from the transport.
Enums
§
Available
Device
Transport
An available transport for a Trezor device, containing any of the different supported transports.
Traits
§
Transport
The transport interface that is implemented by the different ways to communicate with a Trezor device.
Functions
§
connect
A delegation method to connect an available device transport. It delegates to the different transport types.