Please see the companion documentation website for complete documentation on how to use these examples.
This repository hosts a series of examples that demonstrate how to develop language bindings libraries using the uniffi-rs library. For more information on how to use uniffi-rs, see the official documentation.
If you work with the just cli tool, you can build the libraries and run the tests using the following commands:
cd 1-functions/
just build
just testOtherwise, you can also use:
cd 1-functions/
cd ./scripts/
bash build-macos-aarch64.sh
cd ../calendar-kotlin/
./gradlew test