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.
- Host: GitHub
- URL: https://github.com/bromaniac/unik
- Owner: bromaniac
- License: unlicense
- Created: 2022-08-24T10:59:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T19:14:20.000Z (over 1 year ago)
- Last Synced: 2025-02-21T20:23:45.434Z (over 1 year ago)
- Topics: rust, tool, unlicense
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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').