alef 0.48.9

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
// Code generated by alef — DO NOT EDIT.
package {{ pkg_name }}

// RequireNativeSetup_{{ version_ident }} is a version-skew sentinel referenced by the
// machine-local cgo link shim that `cmd/setup` writes into consumer packages. If this
// module is upgraded without re-running `cmd/setup`, the previously written shim (built
// against the old version) references an identifier that no longer exists here, turning
// silent native-library skew into a compile-time error instead of a runtime crash.
const RequireNativeSetup_{{ version_ident }} = "{{ crate_version }}"