is_anagram 0.1.0

A clever way to find anagrams. (English letters only for now, sorry!)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Pascal Hertleif <killercup@gmail.com>"]
name = "is_anagram"
version = "0.1.0"
description = "A clever way to find anagrams. (English letters only for now, sorry!)"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/is_anagram"
repository = "https://github.com/killercup/is_anagram"
readme = "README.md"
keywords = ["strings", "anagram"]

[dependencies]
ascii = "0.8.4"
error-chain = "0.10.0"