Rust-Programming/duplicates/README.md

270 B

Duplicates

This project implements functionality to store either a floating point number or a character inside of an enumeration. A function can then find any duplicates in an array of these enumerations.

Licensed under GPLv2 or later, same as the entire repository