Add uniffi (#102)

This commit is contained in:
Luka Zakrajšek 2024-07-26 03:27:37 +02:00 committed by GitHub
parent 2334f858a3
commit 34afdb15c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -511,6 +511,12 @@
"recommendations": [
{ "name": "rustler", "notes": "Safe Rust bridge for creating Erlang NIF functions" }
]
},
{
"name": "Kotlin/Swift/Python/Ruby",
"recommendations": [
{ "name": "uniffi", "notes": "Share Rust codebase to create cross-platform apps (also 3rd party support for Kotlin Multiplatform, Go, C#, Dart)" }
]
}
]
},