Skip to content

generic-user1/anagrambot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anagrambot

A library and CLI tool to find anagrams of words. Written in Rust.

Notes on project structure

This project is split into two parts:

  • anagrambot is a library to find anagrams of words
  • anabot is a CLI front-end to anagrambot

Both portions have documentation specific to them which can be found in the project specific subdirectories for anagrambot and anabot