alef 0.23.21

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

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