alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
//go:generate go run ./cmd/download_ffi
//go:build ignore

// This file's sole purpose is to hold the go:generate directive that downloads
// the platform-specific FFI library from GitHub releases. This file is not compiled
// but its directives are processed by `go generate`.
package main