Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

killercup/is_anagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anagram identifier

A quick thing I threw together after seeing this tweet.

Build Status

Documentation

What it does

extern crate is_anagram;
use is_anagram::IsAnagram;

fn main() {
    assert!("banana".is_anagram_of("nabana").unwrap());
    assert!(!"lorem".is_anagram_of("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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages