Skip to content

thunderbiscuit/uniffi-examples

Repository files navigation

Readme

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.


Build the examples and run the tests

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 test

Otherwise, you can also use:

cd 1-functions/
cd ./scripts/
bash build-macos-aarch64.sh

cd ../calendar-kotlin/
./gradlew test

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •