diff --git a/README.md b/README.md index a0f8592e..0fb6fef6 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,20 @@ > `static` friendly data structures that don't require dynamic memory allocation -# [Documentation](https://japaric.github.io/heapless/heapless/index.html) +## [Documentation](https://japaric.github.io/heapless/heapless/index.html) -# [Change log](CHANGELOG.md) +## [Change log](CHANGELOG.md) -# License +## Tests + +```bash +# run all +cargo test --features 'serde','x86-sync-pool' +# run only for example histbuf tests +cargo test histbuf --features 'serde','x86-sync-pool' +``` + +## License Licensed under either of