Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 696 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 696 Bytes

rustmojo Build Status

Status: experimental

This project implements part of H2O functionality in Rust.

Goals

Nearest goals are:

  • parse model.ini (partly done)
  • parse decision tree files, in binary form in versions 1.00-1.30 (done)
  • dump a tree or other info (partly done)
  • provide nice commandline to all included functionality (missing)
  • setup complete CI using available free tools

My personal side-goal is to learn Rust.

Contributions

Contributions are welcome in form of pull requests or issues. Thank you for your time!