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..)
- Host: GitHub
- URL: https://github.com/implferris/ported-to-rust
- Owner: ImplFerris
- Created: 2024-05-10T06:41:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T07:24:14.000Z (over 1 year ago)
- Last Synced: 2025-02-16T00:26:14.776Z (11 months ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)