Thanks to visit codestin.com
Credit goes to docs.rs

Crate solo2

Crate solo2 

Source

Re-exports§

pub use apps::admin::App as Admin;
pub use apps::Select;
pub use device::Device;
pub use device::Solo2;
pub use error::Error;
pub use error::Result;
pub use firmware::Firmware;
pub use transport::Transport;

Modules§

apps
Middleware to use the Trussed apps on a Solo 2 device.
device
Solo 2 devices, which may be in regular or bootloader mode.
error
Error and Result types.
firmware
Signed firmware releases for Solo 2 devices.
pki
Solo 2 PKI
transport
Partial abstraction (to-be-improved)

Macros§

app
Temporarily wrap an exclusive pointer to a transport, after selecting the app.
ctap_app
pcsc_app

Structs§

Uuid
A Universally Unique Identifier (UUID).
Version
Version of a firmware Version of a firmware.

Traits§

UuidSelectable