DEV Community

Discussion on: Rust #7: Command-Line interfaces

Collapse
 
cthutu profile image
Matt Davies

Here's an idea for a CLI to get a taste for Rust. Try implementing a hex dump program. You need CLI arguments for the filename. Perhaps you can add a --colour option for outputting the offsets, hex codes and ASCII output in different colours. It might be fun.