Module: GitIgnoreRust

Extended by:
FFI::Library
Defined in:
lib/gitignore_rb/rust.rb

Overview

Wraps up the FFI bindings to the Rust lib. This exposes the functions we have in the Rust library itself and any requisite structs we use.

Defined Under Namespace

Classes: StringArray

Constant Summary collapse

TARGET_DIR =
File.expand_path(File.join(__dir__, '../../ext/gitignore_binding/target/release'))