mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 18:47:56 +00:00
99e4ee3ab8
- Renamed all subxt crates to pezkuwi-subxt - Updated internal references - Configured for Pezkuwi ecosystem
7 lines
149 B
Markdown
7 lines
149 B
Markdown
# No-Std Testing Crate
|
|
|
|
To test the no-std compatibility of various subxt-* crates, please run:
|
|
|
|
```bash
|
|
cargo build --target thumbv7em-none-eabi
|
|
``` |