This repo is under development, PRs welcome!
Prerequisites
- Swift 5.8+
- Cargo
If you build on macos, you can set the environment to prevent link errors.
# Set cargo build target on macos
export MACOSX_DEPLOYMENT_TARGET='10.13'
Build
make
Test
make test