mirror of
https://github.com/kristoferssolo/sula-alus.git
synced 2026-02-04 06:32:02 +00:00
d7dc80eedd2d4ce55f471241013548708883d923
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.
Description
Languages
Rust
100%