Anagram identifier

A quick thing I threw together after seeing this tweet.

Build Status

Documentation

What it does

```rust extern crate isanagram; use isanagram::IsAnagram;

fn main() { assert!("banana".isanagramof("nabana").unwrap()); assert!(!"lorem".isanagramof("ipsum").unwrap()); } ```

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.