# bulletml_rs [![Latest Version](https://img.shields.io/crates/v/bulletml)](https://crates.io/crates/bulletml) [![Documentation](https://docs.rs/bulletml/badge.svg)](https://docs.rs/bulletml) [![Build Status](https://travis-ci.com/arnodb/bulletml_rs.svg?branch=master)](https://travis-ci.com/arnodb/bulletml_rs) [![Code Coverage](https://codecov.io/gh/arnodb/bulletml_rs/branch/master/graph/badge.svg)](https://codecov.io/gh/arnodb/bulletml_rs) A rewrite of the original C++ library from Shinichiro Hamaji (http://shinh.skr.jp/libbulletml/) in Rust. ## Purpose This library is written to be used by [torus_trooper_rs](https://github.com/arnodb/torus_trooper_rs) No static, no unsafe. This is a work in progress, there is still a lot to do. ## License See the [LICENSE](LICENSE).