From 564ebd0b6be0380158619cb0f441d7f4dee5144f Mon Sep 17 00:00:00 2001 From: Samuel Larkin Date: Mon, 24 Jul 2023 09:48:50 -0400 Subject: [PATCH] feat: Added a citation. --- CITATION.cff | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..7075573 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: "A simple reimplementation of reservoir sampling in Rust." +authors: +- family-names: "Larkin" + given-names: "Samuel" +title: "A Rust Implementation of Reservoir Sampling" +version: 332bbd1 +date-released: 2023-07-24 +url: "https://github.com/SamuelLarkin/reservoir_sampling.rs"