Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include uuid #60

Open
theduke opened this issue Jul 19, 2017 · 0 comments
Open

Include uuid #60

theduke opened this issue Jul 19, 2017 · 0 comments

Comments

@theduke
Copy link
Contributor

theduke commented Jul 19, 2017

I was a bit surprised to not find uuid in here yet.

It's pretty widely used and managed by alexcrichton, so I'd recommend including it.

https://github.com/rust-lang-nursery/uuid/

Regarding features to enable by default, I'd vote for features = ["v1", "v4", "serde"].

v4 is by far the most widely used, and only depends on rand, which does not add a new dependency.
v1 also only needs rand, so just enabling it seems reasonable.

If it's fine with you, @brson , I'll whip up a PR with examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant