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. Learn more →
Top 8 Rust Extension Projects
-
-
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.
-
phper
The framework that allows us to write PHP extensions using pure and safe Rust whenever possible.
-
ormsgpack
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
-
-
-
Project mention: Hosting a simple Laravel application using Turso on Laravel Forge | dev.to | 2024-07-18
PHP_VERSION="8.3" TURSO_LIBSQL_VERSION="v1.2.6" DIR_NAME="libsql_php-turso-php-extension-${TURSO_LIBSQL_VERSION}-php-${PHP_VERSION}-x86_64-unknown-linux-gnu" ARCHIVE_NAME="${DIR_NAME}.tar.gz" cd /home/forge curl -L https://github.com/tursodatabase/turso-client-php/releases/download/turso-php-extension-${TURSO_LIBSQL_VERSION}/${ARCHIVE_NAME} -o $ARCHIVE_NAME tar -xzvf $ARCHIVE_NAME # Add the extension to the php ini files echo "extension=/home/forge/${DIR_NAME}/liblibsql_php.so" >> /etc/php/${PHP_VERSION}/fpm/php.ini echo "extension=/home/forge/${DIR_NAME}/liblibsql_php.so" >> /etc/php/${PHP_VERSION}/cli/php.ini service php${PHP_VERSION}-fpm reload
-
pest-ide-tools
IDE tools for writing pest grammars, using the Language Server Protocol for Visual Studio Code, Vim and other editors
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Rust Extension discussion
Rust Extension related posts
-
Ask HN: As a creator which creation of yours are you proud of?
-
Why Can't Database Tables Index Themselves?
-
Rust Tips and Tricks you might not know yet
-
ormsgpack - faster alternative for msgpack serialization in Python using Rust and PyO3
-
ormsgpack - faster alternative for msgpack serialization in Python using Rust and PyO3
-
Port of Python JSON serialization benchmark to Rust
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 11 Feb 2025
Index
What are some of the best open-source Extension projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | extendr | 449 |
2 | phper | 306 |
3 | ormsgpack | 276 |
4 | github-icons | 245 |
5 | vscode-wasm | 131 |
6 | turso-client-php | 84 |
7 | pest-ide-tools | 54 |
8 | zana | 6 |