cubing 0.7.4

Features from `cubing.js` in Rust.
Documentation
.PHONY: test
test:
	cargo test

.PHONY: publish
publish: lint test
	cargo publish

.PHONY: lint
lint:
	cargo clippy

.PHONY: format
format:
	cargo fmt

.PHONY: clean
clean:
	rm -rf ./target