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
|
|
``` |