mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +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
|
|
```
|