rebound-rs 4.6.0-alpha.1

Rust wrapper for the REBOUND N-body simulation library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.