sandpile 0.1.0

Library to do sandpile computations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[lib]
name = "sandpile"
path = "src/lib.rs"

[package]
authors = ["chinmaydd <chinmay1dd@gmail.com>"]
description = "Library to do sandpile computations"
license = "MIT"
name = "sandpile"
readme = "README.md"
repository = "https://github.com/chinmaydd/sandpile"
version = "0.1.0"