ellie-sleightholm / astrorust

Astrodynamics library in Rust. Currently working progress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AstroRust

Version 0.0.1

An astrodynamics Rust library. Please note, I am in the process of building this to be used as a public crate. Updates will come as and when they're ready.

Build Instructions

These instructions assume that Rust and Cargo are installed on your system.

To set up this project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/ellie-sleightholm/astrorust.git
    cd astrorust
  2. To use the AstroRust crate:
    cargo build

This will build everything you need to use astrorust.

  1. Running,
    cargo run --example time

will execute the time example.

About

Astrodynamics library in Rust. Currently working progress.


Languages

Language:Rust 99.6%Language:Shell 0.4%