alef 0.22.26

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
// Register{{ name }} registers a {{ name }} implementation with the C runtime.
func Register{{ name }}(impl {{ name }}) error {
	handle := cgo.NewHandle(impl)