rebound-rs 4.6.0-alpha.1

Rust wrapper for the REBOUND N-body simulation library.
Documentation
1
2
3
4
5
mod rotation;
mod vec3d;

pub use rotation::Rotation;
pub use vec3d::Vec3d;