thrust 0.1.0

Thrift for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
all:
	echo Nothing to do...

docs:
	cargo doc
	in-dir ./target/doc fix-perms
	rscp ./target/doc/* gopher:~/www/burntsushi.net/rustdoc/

push:
	git push origin master
	git push github master