Crates.io | nanos_ui |
lib.rs | nanos_ui |
version | 0.2.0 |
source | src |
created_at | 2023-09-25 17:51:55.163176 |
updated_at | 2023-09-25 17:51:55.163176 |
description | UI gadgets for Rust Nano S applications |
homepage | |
repository | https://github.com/LedgerHQ/ledger-nanos-ui |
max_upload_size | |
id | 982928 |
size | 95,095 |
This crate provides Nano S/X/S+ -compatible abstractions for displaying text, icons, menus and other common gadgets to the screen.
An example app in examples/gadgets
can be loaded and tested with this command:
cargo ledger <target> --load -- --examples gadgets
<target>
being one of nanos
, nanox
, nanosplus
.
The cargo ledger
subcommand can be installed here