Skip to content

akesson/uniffi-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

To build the example project, from the project root, run the following command:

cargo run -- --manifest-path example/rust-lib/Cargo.toml

This builds the Mobile.framework in the example/rust-lib directory.

To run an example of using the framework, in the example/swift-cmd run the following commands:

swift build
swift run

Configuration

[package.metadata.swift]
# Wheter to use the nightly's option to include std-lib in the link-time optimizations
# `-Z build-std=std,panic_abort`
release-optimize-std-lib = true

About

Build tool for packaging Rust UniFFI output into packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published