davidpdrsn / dilemmaLinks
[Experimental]: SQL query builder favouring composition over compile time safety
☆13Updated 5 years ago
Alternatives and similar repositories for dilemma
Users that are interested in dilemma are comparing it to the libraries listed below
Sorting:
- ♻️ Retry faillible Rustlang std library futures☆60Updated last year
- Assertion macros toolkit for Rust☆78Updated 2 years ago
- Library for avoiding N+1 query bugs with Juniper☆69Updated 4 years ago
- Helpers for easily using failure::Error and others as return types in main() while still giving human-readable error messages.☆46Updated 4 years ago
- A working Rust example for how to implement Borrow for complex keys☆70Updated last year
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Chaotic Testing Harness☆59Updated 5 years ago
- An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-…