vsop87 1.0.2

VSOP87 Rust implementation. Includes all VSOP87 algorith versions: VSOP87, VSOP87A, VSOP87B, VSOP87C, VSOP87D and VSOP87E.
Documentation
1
2
3
4
5
6
7
8
# VSOP87 Rust implementation #
[![Coverage Status](https://coveralls.io/repos/Razican/vsop87-rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/Razican/vsop87-rs?branch=master)
[![Build Status](https://travis-ci.org/Razican/vsop87-rs.svg?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.