aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 4cee4b66f54b4e592e40a60a0bd6d0824c0f448b (plain)
1
2
3
4
5
6
7
8
# STAtic Ring Buffers

[![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.