alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
// {{ service_name }} is a wrapper around the native service.
{{ doc_block }}type {{ service_name }} struct {
	owner unsafe.Pointer // *{{ upper_prefix }}{{ service_name }}Opaque from C
	mu    sync.Mutex
}