diff options
| author | Andreas Grois <andi@grois.info> | 2021-12-12 20:44:54 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-12-12 20:44:54 +0100 |
| commit | 6a16da248feaf0490940c7f21d34c444b579383a (patch) | |
| tree | d2be379c8a087112958d3159c4efd5655e254965 /Cargo.toml | |
| parent | fdce3623b3bfd055a006b597e64a0a37645e8e5f (diff) | |
Minor
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ 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" +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"] |
