Crates.io | joe |
lib.rs | joe |
version | 1.1.1 |
source | src |
created_at | 2023-04-04 02:55:01.906259 |
updated_at | 2023-04-04 03:23:33.904603 |
description | Who is Joe? |
homepage | |
repository | https://github.com/fprasx/joe |
max_upload_size | |
id | 829736 |
size | 38,163 |
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.
This project is licensed under the GNU General Public License v3.0 or later (GPLv3), because Joe Mama is for everyone.