joe

Crates.iojoe
lib.rsjoe
version1.1.1
sourcesrc
created_at2023-04-04 02:55:01.906259
updated_at2023-04-04 03:23:33.904603
descriptionWho is Joe?
homepage
repositoryhttps://github.com/fprasx/joe
max_upload_size
id829736
size38,163
Felix Prasanna (fprasx)

documentation

https://docs.rs/joe

README

Who is Joe?

Installation

You can install the joe binary by running the following command in your terminal

$ cargo install joe

If you'd like, run joe --version to ensure it's installed correctly. For more hardcore developers, you can clone this repository and use Make like so:

$ git clone https://github.com/fprasx/joe
$ make joe

Then once again run joe --version if you want to verify the software was installed correctly.

The joe crate also exposes a flexible API which you can use in your Rust software. To do so, add the following line to your Cargo.toml:

joe = '1.1.1'

or run cargo add joe in your terminal.

Note that the joe crate has reached 1.0.0 and has a stable API, so you can use it in production code.

License

This project is licensed under the GNU General Public License v3.0 or later (GPLv3), because Joe Mama is for everyone.

Commit count: 7

cargo fmt