# rebound-rs
Rust wrapper for the [REBOUND](https://github.com/hannorein/rebound) N-body simulation library.
This workspace contains:
- `rebound-rs`: Rust wrapper crate.
- `rebound-bind`: low-level Rust FFI bindings for the REBOUND C library.
> [!WARNING]
> `rebound-rs` is currently a work in progress. Not all REBOUND APIs are wrapped yet, and the wrapper API may change before stabilization.
## License
This project is licensed under GPL-3.0.