Crates.io | secret-santa-rs |
lib.rs | secret-santa-rs |
version | 1.2.4 |
source | src |
created_at | 2022-07-30 01:14:56.965161 |
updated_at | 2024-09-30 01:00:32.91667 |
description | Generator for who buys for who in a secret santa. |
homepage | https://codeberg.org/NoraPerry/secret-santa-rs |
repository | https://codeberg.org/NoraPerry/secret-santa-rs |
max_upload_size | |
id | 635275 |
size | 21,188 |
cargo
.cargo install secret-santa-rs
.names.txt
containing names.
John Smith
Liam Anderson
Emma Jones
Bob
secret-santa-rs
in the directory containing the names file.
The program will output a list of who buys for who.
People with the same last name will not be paired with each other.None
(e.g. "Bob buys for None").
In some cases, running the program again will resolve this issue due to
different randomness.