alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Auto-generated service API class

{% if type_imports %}
import type { {{ type_imports }} } from "./index";
{% endif %}
{% if value_imports %}
import { {{ value_imports }} } from "./index";
{% endif %}
{% if native_imports %}
import { {{ native_imports }} } from "./index";
{% endif %}