Rust-Programming/duplicates/README.md

6 lines
270 B
Markdown

# 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