fastrand breaking changes

cargo

5 curated breaking changes across major versions of fastrand. Use this as a migration checklist before bumping dependencies.

5
changes
Breaking changes by transition
  • v1.9.0 \u2192 v2.0.0breaking

    Add a `fork()` method. (#49)

  • v1.9.0 \u2192 v2.0.0breaking

    Add a `no_std` mode. (#50)

  • v1.9.0 \u2192 v2.0.0breaking

    Add an iterator selection function. (#51)

  • v1.9.0 \u2192 v2.0.0breaking

    Add a `choose_multiple()` function for sampling several elements from an iterator. (#55)

  • v1.9.0 \u2192 v2.0.0breaking

    Use the `getrandom` crate for seeding on WebAssembly targets if the `js` feature is enabled. (#60)

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/cargo/fastrand
fastrand breaking changes — Cargo migration guide | DepScope