Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 377 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 377 Bytes

OpenDAL Ruby Binding (WIP)

This crate intends to build a native ruby binding.

Development

Install gems:

bundle

Build bindings:

rake compile

Run some tests:

rake test