Ecosyste.ms: Awesome
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 5 hours ago
JSON representation
NATO Alphabet Generator
- Host: GitHub
- URL: https://github.com/oneofone/alphabet
- Owner: OneOfOne
- License: mit
- Created: 2023-09-07T16:09:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T15:33:34.000Z (about 1 year ago)
- Last Synced: 2024-05-09T20:18:03.672Z (6 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alphabet
NATO Alphabet Generator in rustCompiles 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)