datafusion-ruby follows the standard Ruby gem structure. It uses Magnus as the Ruby bindings for Rust.
|
|- lib # Ruby code
|- ext # Rust code
make install
# compile rust and run ruby tests
make test
make fmt
datafusion-ruby follows the standard Ruby gem structure. It uses Magnus as the Ruby bindings for Rust.
|
|- lib # Ruby code
|- ext # Rust code
make install
# compile rust and run ruby tests
make test
make fmt