alef 0.83.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
    suspend fun {{ method_name }}({{ params }}): {{ return_type }} = withContext(Dispatchers.IO) { val resultJson = {{ bridge_call }}; mapper.readValue(resultJson, {{ return_class }}::class.java) }