Skip to content

neynah/acronymy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acronymy

Acronymy is a free dictionary that anyone can edit. There is one catch: all words must be defined as acronyms. For example, "cat" might be defined as "cuddly adapted tiger" and "dog" might be defined as "dutiful obedient guardian".

Acronymy is written in Rust and can be deployed as a web app on the Sandstorm platform.

Building

Make sure that you have Cap'n Proto installed.

You must supply your own word list.

$ cargo build --release
$ ./target/release/initdb data.db < words.txt
$ spk dev

About

user-editable, acronym-only dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cap'n Proto 72.9%
  • Rust 27.1%