outfoxxed / dyntable
Idiomatic and FFI Safe dyn traits in Rust
☆18Updated last year
Alternatives and similar repositories for dyntable:
Users that are interested in dyntable are comparing it to the libraries listed below
- Hitori is a generic regular expressions library.☆51Updated last year
- Exhaustive iteration trait in Rust☆13Updated 2 weeks ago
- Strongly typed vector math with glam☆24Updated 3 months ago
- Reading and writing data types of arbitrary bit length that might not be byte-aligned☆19Updated 2 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 6 months ago
- `smol` integrations with `hyper`☆14Updated 2 months ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- A More dynamic Hash and Hasher trait for Rust☆10Updated this week
- Cross-platform, endian-aware primitives for Rust☆34Updated 3 months ago
- A faster Arc.☆54Updated 11 months ago
- Const TypeId and non-'static TypeId☆58Updated last month
- A memory efficient syntax tree for language developers☆51Updated 4 months ago
- GUI viewer for cargo metadata☆18Updated 3 months ago
- DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.☆42Updated 4 months ago
- Async, lock-free synchronization primitives for task wakeup☆42Updated 4 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- Dynamic structured values for Rust☆27Updated 2 months ago
- Provides branch hinting and control functions for stable Rust☆17Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 2 years ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆55Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆67Updated last month
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆32Updated this week
- We have Crater At Home☆22Updated 2 months ago
- Track memory allocations by backtrace or originating thread☆41Updated 2 months ago
- Serde serializer for generating Starlark build targets☆66Updated 2 weeks ago
- Lightweight exceptions for Rust☆55Updated this week
- Proc macro implementation of #[naked]☆30Updated last year
- Build-time configure scripts for Rust☆52Updated 2 weeks ago
- global allocator for Rust that provides hooks for tracking allocations