An open API service indexing awesome lists of open source software.

https://github.com/implferris/ported-to-rust

Information about List of software and applications ported to Rust from other languages (C++, Go, Python..)
https://github.com/implferris/ported-to-rust

Last synced: 9 months ago
JSON representation

Information about List of software and applications ported to Rust from other languages (C++, Go, Python..)

Awesome Lists containing this project

README

          

# Ported to Rust

Information about List of software and applications ported to Rust from other languages (C++, Go, Python..)

Note: This is not a curated listed of software written in Rust.
Just contains software(or just modules) ported from another language to rust

### From C/C++ to Rust
- [Fish Shell](https://github.com/fish-shell/fish-shell/blob/master/doc_internal/fish-riir-plan.md)
- [Chromium modules](https://security.googleblog.com/2023/01/supporting-use-of-rust-in-chromium.html): Not full port
* " Chromium project is going to support the use of third-party Rust libraries from C++ in Chromium"
- [[Firefox Crash Reporter]](https://hacks.mozilla.org/2024/04/porting-a-cross-platform-gui-application-to-rust/): Porting a cross-platform GUI application to Rust
- [[YJIT Ruby Compiler by Shopify]](https://shopify.engineering/porting-yjit-ruby-compiler-to-rust)

### From Go to Rust
- [Turborepo(by Vercel)](https://vercel.com/blog/how-turborepo-is-porting-from-go-to-rust)
- [Discord](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/rust.md): Note Complete port

### From Node.js to Rust
- [NPM](https://www.infoq.com/news/2019/03/rust-npm-performance/)