diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "boxed_array_ringbuffer" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Andreas Grois"] rust-version = "1.56" |
![]() |
index : boxed_array_ringbuffer | |
| Rust Ring Buffer that uses a boxed array as backing storage, to guarantee a fixed size after initialization. Uses const generics. | Andreas Grois |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.toml | 2 |
@@ -1,6 +1,6 @@ [package] name = "boxed_array_ringbuffer" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Andreas Grois"] rust-version = "1.56" |