random_item 0.1.8

Easily reference or clone a random item from a sequential collection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "random_item"
version = "0.1.8"
edition = "2024"
description = "Easily reference or clone a random item from a sequential collection."
license = "MIT OR Apache-2.0"
homepage = "https://codeberg.org/Android789515/random_item"
repository = "https://codeberg.org/Android789515/random_item"
documentation = "https://docs.rs/random_item/latest/random_item/"

[dependencies]
rand = "0.9.1"