alef 0.62.2

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, object : TypeReference<{{ type_reference }}>() {}) }