wdanilo / borrow
☆476Updated last week
Alternatives and similar repositories for borrow:
Users that are interested in borrow are comparing it to the libraries listed below
- Making parsing a breeze☆692Updated 2 weeks ago
- A binary encoder/decoder for Rust☆437Updated last week
- A template rendering engine based on Jinja, generating type-safe Rust code at compile time.☆386Updated this week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆788Updated 2 weeks ago
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆459Updated this week
- A minimal async executor that lets you block on a future☆578Updated 2 months ago
- in-place allocation-reusing queues for Rust☆362Updated 9 months ago
- ☆478Updated 5 months ago
- Cargo subcommand for configuring Cargo projects for best performance.☆792Updated 11 months ago
- Structured concurrency operations for async Rust☆442Updated 2 months ago
- Easy self-referential struct generation for Rust.☆596Updated 2 months ago
- A crate for mucking around with piles of bytes☆819Updated last week
- A Stable ABI for Rust with compact sum-types☆361Updated 3 weeks ago
- Support atomic operations on Arc itself☆914Updated last week
- Safe cross-platform linker shenanigans☆714Updated 2 weeks ago
- The registry for Rust crates☆565Updated this week
- Execute Rust code carefully, with extra checking along the way☆403Updated 7 months ago
- Typed distributed plugin registration☆1,089Updated 3 weeks ago
- A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm)☆557Updated 2 weeks ago
- Müsli is a flexible and efficient serialization framework☆384Updated last week
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆575Updated 2 weeks ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆453Updated last month
- Module initialization/global constructor functions for Rust☆828Updated 3 weeks ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆692Updated last week
- Macros for implementing Type-State-Pattern on your structs and methods