| Crates.io | array-tools |
| lib.rs | array-tools |
| version | 0.3.2 |
| created_at | 2019-08-06 01:17:23.058597+00 |
| updated_at | 2021-02-22 13:02:09.29923+00 |
| description | A little collection of array-related utils aiming to make life easier. |
| homepage | https://github.com/L117/array-tools |
| repository | https://github.com/L117/array-tools |
| max_upload_size | |
| id | 154440 |
| size | 71,274 |
A collection of tools to help dealing with our beloved ❤️ fixed size arrays (Including generic contexts).
Requires nightly.
This crate depends on FixedSizeArray trait, which is currently experimental.
Because of this, crate is experimental as well.
No other sources of severe breakage should be expected.
std and no heap allocations, thanks to underlaying fixed-capacity stack-allocated deque-like structure.See documentation for examples, it covers most if not all use cases.
Contributions of any shape and form are welcome.