libxid 0.1.5

Package xid is a globally unique id generator library. It's a Rust port of https://github.com/rs/xid
Documentation
all:
	cargo test

clippy:
	cargo clean
	cargo clippy

publish:
	cargo package
	cargo publish