Crates.io | jsi |
lib.rs | jsi |
version | 0.3.0-alpha.5 |
source | src |
created_at | 2023-08-22 01:31:09.524128 |
updated_at | 2023-08-22 05:29:50.135891 |
description | Write React Native JSI modules in Rust |
homepage | |
repository | https://github.com/laptou/jsi-rs/ |
max_upload_size | |
id | 950620 |
size | 90,016 |
jsi-rs
This library makes it possible to write React Native JSI modules in Rust.
For an example, check out the example
folder.
I wrote this code in winter 2022 as part of another project. A few months later, I have decided to release it to the world. However, I'm not planning to maintain it unless I encounter another project that requires it, so for now, the code is given to you as-is. Feel free to contribute PRs that would improve the API or stability of the library.
Right now, this library is quite unsafe
.
Copyright Ibiyemi Abiodun. MIT License.