# VSOP87 Rust implementation #
[](https://coveralls.io/github/Razican/vsop87-rs?branch=master)
[](https://travis-ci.org/Razican/vsop87-rs)
This library implements the [VSOP87](https://en.wikipedia.org/wiki/VSOP_%28planets%29) algorithm in
Rust. The use can be seen in the [documentation](http://razican.github.io/vsop87-rs). The library is
divided in one module per VSOP87 version implementation. All versions are implemented: basic VSOP87
algorithm, VSOP87A, VSOP87B, VSOP87C, VSOP87D and VSOP87E.