anderslanglands / ustrLinks
Fast, FFI-friendly string interning for Rust
☆168Updated 10 months ago
Alternatives and similar repositories for ustr
Users that are interested in ustr are comparing it to the libraries listed below
Sorting:
- Better reference counted strings for Rust☆131Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- A fast, concurrent string interner☆151Updated 11 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 2 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- A data structure to efficiently intern, cache and restore strings.☆201Updated last month
- A rust crate to find the total size of an object, on the stack and on the heap☆108Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- A scope for async_std and tokio to spawn non-static futures☆142Updated last year
- 🌵 Cycle-Aware Reference Counting in Rust☆150Updated last week
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- ☆112Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆254Updated last week
- generators☆210Updated last year
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- Macros for deriving as functions to access Enums as their inner components☆103Updated 10 months ago
- Typed index version of Rust slice and Vec containers☆70Updated 2 months ago
- A library for compact bit sets containing enums.☆114Updated 2 weeks ago
- Interning of data in rust☆106Updated last month
- Pull in every source file in a directory as a module☆178Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 6 months ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated last year
- Make trait methods callable without the trait in scope☆151Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- Utilities for dealing with substructures within syn macros☆141Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆106Updated this week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 2 months ago