brson / brson/stdx

Include uuid

Open
#60 0 comments 7 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
2.1k
Forks
48
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.