Add rust n-body version for comparison (#88)

This commit is contained in:
Max Graey
2018-05-03 03:12:03 +03:00
committed by Daniel Wirtz
parent 99bde3a5fa
commit 061976ee0c
9 changed files with 275 additions and 26 deletions

4
examples/n-body/rust/Cargo.lock generated Normal file
View File

@@ -0,0 +1,4 @@
[[package]]
name = "rust_nbody"
version = "0.1.0"