remove libc and add small readme with test instructions

This commit is contained in:
Tadeo hepperle
2024-02-14 15:57:23 +01:00
parent cb0d35d49d
commit d447f7cc97
3 changed files with 7 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
# No-Std Testing Crate
To test the no-std compatibility of various subxt-* crates, please run:
```bash
cargo build --target thumbv7em-none-eabi
```