Hacker News new | ask | show | jobs
by remkop22 676 days ago
Quantum number of dependencies for the uuid crate? By default it actually has none. If you were to enable the `v4` feature, it only pulls in `getrandom` for platform independent rng. All other dependencies are disabled by default or are dev dependencies used in tests.
1 comments

Isn’t that exactly what they said? “…quantum number of dependencies, depending on which features you enable…”