aejenk / moveslice
A utility crate for moving chunks of elements in a slice around, safely and quickly.
☆12Updated 3 years ago
Alternatives and similar repositories for moveslice:
Users that are interested in moveslice are comparing it to the libraries listed below
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Concurrent hash trie☆51Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆45Updated 9 months ago
- Search algorithms written in Rust☆11Updated 6 years ago
- A trait to abstract over common tree functionality☆34Updated 5 years ago
- Bit-vectors and bit-slices for Rust☆27Updated 3 years ago
- A procedural macro implementation of `quote!`.☆24Updated last year
- ☆24Updated 2 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated 2 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆29Updated last year
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- Generate several common methods for structs automatically.☆14Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- A Cargo plugin to list unsafe code in a Rust project.☆43Updated 6 years ago
- A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled☆34Updated last year
- Custom exit status codes with ? in main☆29Updated 5 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- ☆42Updated 2 years ago
- ☆29Updated 2 years ago
- Helper trait to create a boxed instance without going through stack☆35Updated 2 years ago
- A Rust HashMap implementation with copy-on-write keys and values☆32Updated 5 years ago
- Utility for reusing memory☆52Updated 5 years ago