Crate solo2
Source 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;
- 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)
- app
- Temporarily wrap an exclusive pointer to a transport, after selecting the app.
- ctap_app
- pcsc_app
- Uuid
- A Universally Unique Identifier (UUID).
- Version
- Version of a firmware
Version of a firmware.
- UuidSelectable