An open API service indexing awesome lists of open source software.

https://github.com/oneofone/alphabet

NATO Alphabet Generator
https://github.com/oneofone/alphabet

Last synced: about 2 months ago
JSON representation

NATO Alphabet Generator

Awesome Lists containing this project

README

          

# alphabet
NATO Alphabet Generator in rust

Compiles to either a standalone binary or a web wasm package.

## Usage

### Standalone
- `cargo run -- word1 word2` or `cargo build`

### WASM
- `cargo install trunk wasm-bindgen-cli`
- `trunk serve` or `trunk build`

## License
[MIT](LICENSE)