Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 344 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 344 Bytes

Introduction

datafusion-ruby follows the standard Ruby gem structure. It uses Magnus as the Ruby bindings for Rust.

|
|- lib # Ruby code
|- ext # Rust code

Develop

setup

make install

Test

# compile rust and run ruby tests
make test

Formating

make fmt