squirrel-sys 0.1.0

FFI bindings to the squirrel language.
Documentation
1
2
3
4
5
6
7
8
9
# squirrel-sys

## Building
```
git clone https://github.com/robbym/squirrel-sys.git
git submodule init
git submodule update
cargo build
```