You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is ok to re-export rand_core, because it is part of our public API. It is also good to
re-export it, because then users don't need to keep track of the exact version we use by simply
using this re-export. Without this, users have to explicitly depend on rand_core and then tools like
cargo upgrade will break them.
Note that this is fairly common practice, for example https://docs.rs/crypto-common re-export
rand_core.
0 commit comments