jacopo-degattis / base64

Exploring base64 with rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 Rust

Description

Exploring base64 with rust Basic rust implementation.

Quick start-up

First clone the repo

$ git clone https://github.com/jacopo-degattis/base64.git

Next compile the source code

$ cd base64/
$ cargo build

After that you can either install it globally or run it locally

To run the program locally

$ cd base64/target/debug
$ ./b64 <OPTIONS> <ARGS>

To install the program globally

$ cp base64/target/debug /usr/local/bin/

and then

b64 <OPTIONS> <ARGS>

Author

Jacopo De Gattis

About

Exploring base64 with rust

License:MIT License


Languages

Language:Rust 100.0%