We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9f251 commit cfe596bCopy full SHA for cfe596b
README.md
@@ -5,11 +5,20 @@
5
6
> `static` friendly data structures that don't require dynamic memory allocation
7
8
-# [Documentation](https://japaric.github.io/heapless/heapless/index.html)
+## [Documentation](https://japaric.github.io/heapless/heapless/index.html)
9
10
-# [Change log](CHANGELOG.md)
+## [Change log](CHANGELOG.md)
11
12
-# License
+## Tests
13
+
14
+```bash
15
+# run all
16
+cargo test --features 'serde','x86-sync-pool'
17
+# run only for example histbuf tests
18
+cargo test histbuf --features 'serde','x86-sync-pool'
19
+```
20
21
+## License
22
23
Licensed under either of
24
0 commit comments