An open API service indexing awesome lists of open source software.

https://github.com/bromaniac/unik

Check strings for duplicate characters.
https://github.com/bromaniac/unik

rust tool unlicense

Last synced: over 1 year ago
JSON representation

Check strings for duplicate characters.

Awesome Lists containing this project

README

          

Given a bunch of strings this program will return only the strings with unique characters in them.

So given the strings "foo" and "bar" only "bar" will be returned (because "foo" contains two 'o').