Function ping
Source pub fn ping(input: String) -> String
Expand description
A trivial ping-pong function to verify the UniFFI FFI bridge is working end-to-end.
§Arguments
input - A string parameter sent from the calling shell (Swift/Kotlin).
§Returns
A formatted string response showing success.