6 releases
0.1.5 | Jan 16, 2025 |
---|---|
0.1.4 | Jan 16, 2025 |
#1669 in Command line utilities
500 downloads per month
9KB
69 lines
Sula-Alus CLI
A CLI tool to encode strings and files using Sula-Alus encoding
Installation
cargo install sula-alus
# or using binstall
cargo binstall sula-alus
Usage
Using on string
sula-alus "Some Text" # output: "txeT emoS"
Using on file
sula-alus -f input.txt # output: <encoded file content>
Outputting to a file
sula-alus -f input.txt -o output.txt
License
This project is dual-licensed under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.
Dependencies
~1–1.6MB
~31K SLoC