Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ellie-sleightholm/astrorust
- Owner: ellie-sleightholm
- Created: 2024-02-28T19:13:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T14:32:21.000Z (7 months ago)
- Last Synced: 2024-06-05T16:41:59.670Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 36
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.