We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7ee53 commit 6928759Copy full SHA for 6928759
1 file changed
README.md
@@ -20,7 +20,8 @@ If you are new to networking, see [glossary](https://gist.github.com/maniwani/f9
20
- Abstracts game logic to support singleplayer, client, dedicated server, and listen server configurations simultaneously.
21
- No builtin I/O, can be used with any messaging library. See [messaging backends](#messaging-backends) for already available integrations.
22
- Heavily optimized.
23
-- Works with `no_std`.
+- Robust, with high test coverage.
24
+- Supports `no_std` and environments without atomic CAS, such as thumbv6m.
25
- Hackable. See [ecosystem](#ecosystem).
26
27
## Getting Started
0 commit comments