Skip to content

fulgidus/rust-palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-palindrome

Some dumb Rust CLI made to try the language

Usage

Dev usage

# The double dash is needed to pass args to "cargo run" resulting thread instead of cargo itself
cargo run -- -w someword

After release build

cd target/release/
./palindrome -w someword

Release build

cargo build --release

About

Some dumb Rust CLI made to try the language

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages