alef 0.23.6

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)