diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,8 @@ # STAtic Ring Buffers -This is a ring buffer implementation suitable for use in `no-std` -environments. +[](https://docs.rs/starb) +[](https://travis-ci.org/bjc/starb) + +This is a simple ring-buffer structure that lives on the stack, rather +than the heap, so that it can be used in `no-std` environments, such +as embedded. |
