nxnfufunezn / vsop87-rs

VSOP87 algorithm in Rust

Home Page:https://crates.io/crates/vsop87

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSOP87 Rust implementation

Build Status Build status Coverage Status Crates.io

This library implements the VSOP87 algorithm in 100% pure Rust. The use can be seen in the documentation. The library is divided in one module per VSOP87 version implementation. All versions are implemented: basic VSOP87 algorithm, VSOP87A, VSOP87B, VSOP87C, VSOP87D and VSOP87E.

License

This library is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE, and LICENSE-MIT for details.

About

VSOP87 algorithm in Rust

https://crates.io/crates/vsop87

License:Apache License 2.0


Languages

Language:Rust 100.0%