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. +[![Documentation](https://docs.rs/starb/badge.svg)](https://docs.rs/starb) +[![Testing](https://travis-ci.org/bjc/badge.svg?branch=master)](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. |