rebound-sys

Crates.iorebound-sys
lib.rsrebound-sys
version0.2.0
sourcesrc
created_at2023-07-10 05:38:20.656051
updated_at2023-12-15 01:00:16.758735
descriptionLow-level bindings to the REBOUND C library for N-body simulations
homepage
repositoryhttps://github.com/spenczar/rebound-sys
max_upload_size
id912564
size1,351,442
Spencer Nelson (spenczar)

documentation

README

rebound-sys

This is a Rust crate which provides bindings for REBOUND, an N-body simulator.

The generated bindings are currently only for a statically linked version of librebound. This isn't for a deep reason; it's just that I expect that dynamically linking to rebound is pretty unusual, and it's easier to provide a statically linked sys crate.

The bindings are currently for Rebound version 4.0.1

Commit count: 10

cargo fmt