[go: up one dir, main page]

derivative 0.3.0

A set of alternative `derive` attributes for Rust
Documentation
1
2
3
4
5
6
7
publish_doc:
	gitbook build
	rm -fr /tmp/_book
	git clone --branch gh-pages --single-branch git@github.com:mcarton/rust-derivative.git /tmp/_book
	rm -rf /tmp/_book/*
	mv _book/* /tmp/_book
	cd /tmp/_book; git add .; git com -am Autogenerate; git push -f