diff options
| author | Andreas Grois <andi@grois.info> | 2021-12-12 20:39:33 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-12-12 20:39:33 +0100 |
| commit | fdce3623b3bfd055a006b597e64a0a37645e8e5f (patch) | |
| tree | ca3fb23e7819ecca66f2a294791a1ebbcf4f3ba1 /Cargo.toml | |
| parent | f52448af1cf9517f1f3f52ae4e7b098df6855e8d (diff) | |
Update documentation.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,5 +2,11 @@ name = "boxed_array_ringbuffer" version = "0.1.0" edition = "2021" +authors = ["Andreas Grois"] +rust-version = "1.56" +description = "A ring buffer of fixed size, that uses a boxed array as storage, therefore avoiding re-allocations when converting from Vec or to VecDeque" +repository = "https://github.com/soulsource/boxed_array_ringbuffer" +license = "MIT" +keywords = ["ringbuffer", "fixed-size"] +categories = ["data-structures"] -[dependencies] |
