1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 02:31:05 +00:00
trezor-firmware/rust/trezor-client
Pavol Rusnak b4825f408a
feat(rust): use symlink for trezor-client/protob
to satisfy cargo publish --dry-run

it seems there is something smart going on and the symlink is expanded
to file copies during the build

[no changelog]
2023-07-12 15:47:43 +02:00
..
examples feat(rust): add trezor-client crate 2023-07-11 13:50:33 +02:00
scripts feat(rust): add trezor-client crate 2023-07-11 13:50:33 +02:00
src feat: add rust build script for trezor-client 2023-07-11 13:50:33 +02:00
.clippy.toml feat(rust): add trezor-client crate 2023-07-11 13:50:33 +02:00
.gitignore feat(rust): add trezor-client crate 2023-07-11 13:50:33 +02:00
build.rs feat(rust): use symlink for trezor-client/protob 2023-07-12 15:47:43 +02:00
Cargo.lock feat(rust): update trezor-client crate metadata + run cargo build (#3139) 2023-07-12 14:30:22 +02:00
Cargo.toml feat(rust): update trezor-client crate metadata + run cargo build (#3139) 2023-07-12 14:30:22 +02:00
LICENSE feat(rust): add trezor-client crate 2023-07-11 13:50:33 +02:00
protob feat(rust): use symlink for trezor-client/protob 2023-07-12 15:47:43 +02:00
README.md docs(rust): fix README 2023-07-11 13:50:33 +02:00
rustfmt.toml feat(rust): add trezor-client crate 2023-07-11 13:50:33 +02:00

trezor-client

Downloads License CI Status

A fork of a fork of a library that provides a way to communicate with a Trezor T device from a Rust project.

Previous iterations provided implementations for Bitcoin only. This crate also provides an Ethereum interface, mainly for use in ethers-rs.

Requirements

MSRV: 1.60

See the Trezor guide on how to install and use the Trezor Suite app.

Last tested with firmware v2.4.2.

Examples / Tests

cargo run --example features

Features

  • bitcoin and ethereum: client implementation and full support;
  • cardano, monero, nem, ripple, stellar and tezos: only protobuf bindings.

Credits