alef 0.63.0

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 C.uint64_t
	mu    sync.Mutex
}