alef 0.19.20

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require_relative "{{ gem_name_snake }}/version"
require_relative "{{ gem_name_snake }}/native"

module {{ module_name }}
  # Re-export all types and functions from native extension
end