bulletml 0.2.1

BulletML library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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).