Fast KV storage for RN written in Rust
Hey guys,
Let me share my latest OSS RN library. I'm a big fan of RN and also a heavy Rust user. I try to bring the two ecosystems closer to each other in my projects.
react-native-scc is a low-level KV storage for React Native, built on SCC and Nitro-Modules.
GitHub: https://github.com/rust-dd/react-native-scc
Take a look or try it, and give any feedback.
Happy coding. <3