Crates.io | mekuteriya |
lib.rs | mekuteriya |
version | 0.1.4 |
source | src |
created_at | 2022-11-20 21:42:52.901414 |
updated_at | 2023-02-25 07:32:52.845254 |
description | Ethiopian calendar implementation in Rust |
homepage | https://github.com/frectonz/mek-ut-er-ya/ |
repository | https://github.com/frectonz/mek-ut-er-ya/ |
max_upload_size | |
id | 719426 |
size | 23,652 |
A simple program for handling Ethiopian calendar dates.
cargo install --git https://github.com/frectonz/mek-ut-er-ya
If you don't have Rust installed, you can use the pre-built binaries from the releases page.
Download the binary for your platform.
x86_64-apple-darwin.zip
x86_64-pc-windows-gnu.zip
x86_64-unknown-linux-musl.tar.gz
x86_64-unknown-linux-musl.tar.xz
x86_64-unknown-linux-musl.tar.zst
For linux users there is no difference between the three files. You can use any of them. The difference is the compression algorithm used. So you can choose the one with the smallest size.
If you are own linux, you can use the following command to extract the binary from the archive:
tar xvf <downloaded_file>