DanielKeep / tlbormLinks
The Little Book of Rust Macros
☆913Updated 3 years ago
Alternatives and similar repositories for tlborm
Users that are interested in tlborm are comparing it to the libraries listed below
Sorting:
- Rust API guidelines☆1,318Updated 6 months ago
- A small macro for defining lazy evaluated static variables in Rust.☆2,022Updated 11 months ago
- Rust quasi-quoting☆1,510Updated this week
- Analysis of various tricky Rust code☆1,988Updated 3 weeks ago
- Subcommand to show result of macro expansion☆3,011Updated 2 weeks ago
- Rust HTTP types☆1,304Updated this week
- Error management☆1,420Updated 5 years ago
- The missing batteries of Rust☆2,071Updated 11 months ago
- Parser for Rust source code☆3,259Updated last week
- Medium to hard Rust questions with explanations☆1,891Updated 3 weeks ago
- The Dark Arts of Advanced and Unsafe Rust Programming☆2,185Updated 3 weeks ago
- The Little Book of Rust Macros (updated fork)☆889Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,230Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,267Updated last year
- Readline Implementation in Rust☆1,810Updated 2 weeks ago
- Some more derive(Trait) options☆2,050Updated 2 weeks ago
- Utilities for working with bytes☆2,154Updated 3 weeks ago
- Concurrency permutation testing tool for Rust.☆2,568Updated 4 months ago
- Defines the Rust borrow checker.☆1,563Updated 7 months ago
- A collection of numeric types and traits for Rust.☆1,192Updated 11 months ago
- Rust port of Google's SwissTable hash map☆2,843Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,048Updated 7 months ago
- A code coverage tool for Rust projects☆2,877Updated this week
- A very simple thread pool for parallel task execution☆573Updated 3 years ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,825Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,267Updated this week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,074Updated last month
- FFI examples written in Rust☆1,252Updated 5 years ago
- Structured, contextual, extensible, composable logging for Rust