#developer
Read more stories on Hashnode
Articles with this tag
Reusable Code Blocks · Functions Functions are the block of code that performs the task. These code blocks can be called and can be reused. Functions can...
Encrypt Command · Earlier in this series, we completed our first cli command that generates a secret to an output file which is provided as a flag. In...
Generate Command · Previously, we ran our first iteration of the cli application by setting up the project and adding commands. In this post, we will...
Common Concepts in Programming · The content of this post is to make readers understand the fundamentals of rust. Rust is a statically typed language...
This post is the first of a series of posts that will guide you in building a CLI app in rust using Clap. The ultimate goal is to give readers enough...