Skip to content

Commit 080a7a3

Browse files
authored
Update README.md to mention Ferric
1 parent 3f63ccf commit 080a7a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ A wrapper around CMake making it easier to produce [prebuilt binaries](./docs/PR
5454

5555
Serves the same purpose as `cmake-js` does for the Node.js community and could potentially be upstreamed into `cmake-js` eventually.
5656

57+
### [`ferric-cli`](packages/ferric)
58+
59+
A wrapper around [Cargo](https://doc.rust-lang.org/cargo/) making it easier to produce prebuilt binaries targeting iOS and Android matching the the prebuilt binary specification as well as [napi.rs](https://napi.rs/) to generate Node-API bindings from annotated Rust code.
60+
5761
### [`gyp-to-cmake`](packages/gyp-to-cmake)
5862

5963
A tool to transform `binding.gyp` files into `CMakeLists.txt` files, intended for `cmake-js` or `cmake-rn` to build from.
@@ -67,3 +71,7 @@ The main purpose is to use these as tests to verify the implementation. We choos
6771
### [`@react-native-node-api/test-app`](apps/test-app)
6872

6973
A test app using `react-native-test-app` to exercise the implementation of it all.
74+
75+
### [`@react-native-node-api/ferric-example`](packages/ferric-example)
76+
77+
A simple example of using the `ferric` CLI to build a Node-API module for React Native in Rust.

0 commit comments

Comments
 (0)