mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-26 18:51:55 +02:00
Lint.
This commit is contained in:
parent
7eeaf69b13
commit
79f4c8a230
@ -626,6 +626,8 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
|
||||
* [neon-bindings/neon](https://github.com/neon-bindings/neon) — Rust bindings for writing safe and fast native Node.js modules
|
||||
* Objective-C
|
||||
* [SSheldon/rust-objc](https://github.com/SSheldon/rust-objc) — Objective-C Runtime bindings and wrapper for Rust
|
||||
* PHP
|
||||
* [phper-framework/phper](https://github.com/phper-framework/phper) — The framework that allows us to write PHP extensions using pure and safe Rust whenever possible
|
||||
* Python
|
||||
* [dgrunwald/rust-cpython](https://github.com/dgrunwald/rust-cpython) — Python bindings
|
||||
* [getsentry/milksnake](https://github.com/getsentry/milksnake) — extension for python setuptools that allows you to distribute dynamic linked libraries in Python wheels in the most portable way imaginable.
|
||||
@ -638,8 +640,6 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
|
||||
* [rhysd/wain](https://github.com/rhysd/wain) - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency [![build badge](https://github.com/rhysd/wain/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/rhysd/wain/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
|
||||
* [rustwasm/wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) — A project for facilitating high-level interactions between wasm modules and JS.
|
||||
* [rustwasm/wasm-pack](https://github.com/rustwasm/wasm-pack) — :package: :sparkles: pack up the wasm and publish it to npm!
|
||||
* PHP
|
||||
* [phper-framework/phper](https://github.com/phper-framework/phper) — The framework that allows us to write PHP extensions using pure and safe Rust whenever possible
|
||||
|
||||
### Formatters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user