1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/rust/trezor-client
dependabot[bot] 61369dca1f build(deps): bump rustix from 0.38.14 to 0.38.19 in /rust/trezor-client
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.14 to 0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.14...v0.38.19)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 13:32:52 +01:00
..
build feat(rust): move trezor-client build script to separate crate (#3154) 2023-09-29 20:13:00 +02:00
examples feat(rust): move trezor-client build script to separate crate (#3154) 2023-09-29 20:13:00 +02:00
scripts feat(rust): move trezor-client build script to separate crate (#3154) 2023-09-29 20:13:00 +02:00
src feat(common): introduce interaction-less upgrade 2023-10-27 16:15:15 +02:00
.clippy.toml
.gitignore
Cargo.lock build(deps): bump rustix from 0.38.14 to 0.38.19 in /rust/trezor-client 2023-10-31 13:32:52 +01:00
Cargo.toml feat(rust): move trezor-client build script to separate crate (#3154) 2023-09-29 20:13:00 +02:00
LICENSE
README.md docs(rust/trezor-client): update readme 2023-08-10 10:10:51 +02:00
rustfmt.toml

trezor-client

Downloads License [![CI Status][actions-badge]][actions-url]

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