mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 11:11:17 +00:00
8 lines
150 B
Markdown
8 lines
150 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
|
|
```
|