Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 314 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 314 Bytes

OpenDAL Ruby Binding

This crate intends to build a native ruby binding.

Development

Install gems:

bundle

Build bindings:

rake compile

Run some tests:

rake test