ENBYSS / movesliceLinks
A utility crate for moving chunks of elements in a slice around, safely and quickly.
☆13Updated 4 years ago
Alternatives and similar repositories for moveslice
Users that are interested in moveslice are comparing it to the libraries listed below
Sorting:
- A trait to abstract over common tree functionality☆35Updated 6 years ago
- How to structure concurrent workflows in Rust, via five simple examples.☆32Updated 5 years ago
- Concurrent hash trie☆58Updated 5 years ago
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Coordination repository of the ecosystem Working Group (WG)☆22Updated 7 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Procedural macro span debugger/visualizer☆40Updated 5 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 8 months ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 5 years ago
- Calm I/O operations for Rust☆75Updated 4 years ago
- Spawn processes with arbitrary closures in rust☆115Updated 4 years ago
- ☆46Updated 2 years ago
- ☆31Updated 5 years ago
- Parse environment variables by defining a struct☆24Updated 6 years ago
- ☆64Updated 8 years ago
- Proc macro for smol async runtime☆54Updated 5 years ago
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 4 years ago
- impl Stream for (your own) Generator☆18Updated 6 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆22Updated 3 years ago
- Safely combine results