Kessler.rs
Kessler is a Rust package that allows users to simulate fragmentation events in low earth orbit according to the NASA standard breakup model.
IMPORTANT: Until this package reaches version 1.0, the API is subject to change and the accuracy of results cannot be guaranteed.
Installation
To use Kessler, you'll need to have Rust and Cargo installed on your system. You can install Rust and Cargo by following the instructions on the official Rust website:
https://www.rust-lang.org/tools/install
Once you have Rust and Cargo installed, you can add Kessler to your project by
adding the following line to your Cargo.toml file:
[]
= "0.1.0"
Usage
To use Kessler, first import the library in your Rust code:
use ;
Contributing
If you find a bug or have a feature request, please open an issue on the Kessler GitHub repository:
https://github.com/reeceHumphreys/kessler/issues
If you'd like to contribute to the project, feel free to fork the repository and submit a pull request.
License
Kessler is distributed under the terms of the MIT license. See the LICENSE file for details.
TODO
- Add tests
- Add documentation
- Validate results