Expand description
Implementation details for the uuid crate.
This crate is not meant to be used directly. It
allows wasm32-unknown-unknown users who aren’t
in a JS-enabled runtime to configure a source of
randomness via getrandom:
[dependencies.uuid]
features = ["v4", "rng-getrandom"]