alef 0.67.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
id: {{ id }}
language: {{ language }}
target: {{ target }}
{% if level %}level: {{ level }}
{% endif %}requires: {{ requires }}
side_effect: {{ side_effect }}
---

{% if description %}{{ description }}

{% endif %}
```{{ fence }} title="{{ title }}"
{{ body }}
```