
Some checks are pending
iOS UniFFI Build / build-ios (push) Waiting to run
Add church management API library with cross-platform support for iOS, Android, and WASM. Features include event management, bulletin handling, contact forms, and authentication.
6 lines
126 B
Rust
6 lines
126 B
Rust
fn main() {
|
|
#[cfg(feature = "uniffi")]
|
|
{
|
|
uniffi::generate_scaffolding("src/church_core.udl").unwrap();
|
|
}
|
|
} |