All Projects → dwrensha → acronymy

dwrensha / acronymy

Licence: BSD-2-Clause license
user-editable, acronym-only dictionary

Programming Languages

rust
11053 projects
Cap'n Proto
48 projects

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".

Try it on Sandstorm

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].