peat-ffi 0.2.7

FFI bindings for Peat protocol (Kotlin/Swift via UniFFI)
Documentation
1
2
3
4
5
6
7
//! UniFFI bindgen CLI tool
//!
//! Generates Kotlin and Swift bindings from the compiled library.

fn main() {
    uniffi::uniffi_bindgen_main()
}