Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 724 Bytes

File metadata and controls

27 lines (21 loc) · 724 Bytes

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.