Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 418 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 418 Bytes

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