Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ellie-sleightholm/astrorust

Astrodynamics library in Rust. Currently working progress.
https://github.com/ellie-sleightholm/astrorust

Last synced: 7 days ago
JSON representation

Astrodynamics library in Rust. Currently working progress.

Awesome Lists containing this project

README

        

# AstroRust

![Version 0.0.1](https://img.shields.io/badge/version-0.0.1-blue)

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:
```bash
git clone https://github.com/ellie-sleightholm/astrorust.git
cd astrorust
```
2. To use the AstroRust crate:
```bash
cargo build
```
This will build everything you need to use astrorust.

3. Running,
```bash
cargo run --example time
```

will execute the time example.