Linq-in-Rust
Query iterator
A Rust implementation of language integrated query (LINQ) for working with iterators.
Language Integrated Query in Rust.
130 stars
3 watching
7 forks
Language: Rust
last commit: about 1 year ago
Linked from 1 awesome list
iteratoriterator-functionslinqlinq-methodsrust
Related projects:
Repository | Description | Stars |
---|---|---|
rustomax/rust-iterators | Demonstrates basic Rust iterator use. | 258 |
aaronpowell/linq-in-javascript | An implementation of query language for JavaScript arrays with lazy evaluation and iteration support. | 81 |
kutyel/linq.ts | A TypeScript implementation of a query language for working with arrays and objects | 849 |
quarylabs/sqruff | A tool for automatically checking and improving the quality of SQL code. | 513 |
formal-land/coq-of-rust | Tool that verifies Rust code by translating it into Coq's proof system to ensure no bugs or vulnerabilities exist | 437 |
rustixir/darkbird | An in-memory document-oriented database optimized for fast real-time data searches and queries. | 496 |
zzzprojects/system.linq.dynamic.core | A .NET library providing dynamic LINQ query capabilities | 1,582 |
kipdata/fncksql | A lightweight embedded relational database that provides a user-friendly API and supports complex data operations. | 570 |
dalance/svlint | A systemVerilog linter tool written in Rust. | 318 |
scottksmith95/linqkit | An extension library for LINQ to SQL and Entity Framework enabling dynamic query building and expression manipulation | 1,650 |
theweipeng/fable-linq | A query builder for lists in F#, allowing developers to write expressive and type-safe queries | 6 |
lucretiel/joinery | A Rust library for joining iterables with a separator | 91 |
ryujisamejima/linq | An Objective-C implementation of LINQ-like query methods for working with arrays and other collections | 7 |
rust-lang/libm | A Rust port of math library functions from MUSL's libm | 548 |
linq2db/linq2db.linqpad | A driver for integrating LINQ query language with various databases using the LINQPad developer tool | 74 |