

-
git-repo-language-trends
Analyze programming language usage over time in a git repository and produce a graphical or textual representation of the result.
I originally wrote https://github.com/Enselic/git-repo-language-trends in Rust but had to switch to Python due to the immature plotting library ecosystem in Rust, at the cost of 7 times slower performance.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
rust-esp32-std-demo
Discontinued Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
I don't know if the ESP experience was recent, but I'd like to mention https://github.com/ivmarkov/rust-esp32-std-demo
-
Not quite the same scenario but I'm rewriting a parser written with nom into a C# library with Pidgin. The Rust version was written for use within another CLI tool and nom made writing parsers really easy but I need to be able to consume the same features in a larger C# project and it was easier to rewrite than to wrangle the Rust API into #[repr(C)].
-
Not quite the same scenario but I'm rewriting a parser written with nom into a C# library with Pidgin. The Rust version was written for use within another CLI tool and nom made writing parsers really easy but I need to be able to consume the same features in a larger C# project and it was easier to rewrite than to wrangle the Rust API into #[repr(C)].
-
Just adding an example to the other side, I wrote https://rustpad.io/ in Rust, which is a collaborative text editor that uses WebSockets and resolves edit conflicts in real time using an operational transformation algorithm. It's a fairly complex bit of logic. But I actually thought Rust was the best language for this application because of performance, data race-safety, Serde, and the borrow checker. (My second choice would have been Go with stress tests run under `the -race flag.)
-
-
The link to the espressive issue trackers: https://github.com/espressif/llvm-project/issues/4
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.