mekuteriya

Crates.iomekuteriya
lib.rsmekuteriya
version0.1.4
sourcesrc
created_at2022-11-20 21:42:52.901414
updated_at2023-02-25 07:32:52.845254
descriptionEthiopian calendar implementation in Rust
homepagehttps://github.com/frectonz/mek-ut-er-ya/
repositoryhttps://github.com/frectonz/mek-ut-er-ya/
max_upload_size
id719426
size23,652
Fraol Lemecha (frectonz)

documentation

https://docs.rs/ethiopic-calendar

README

Mek’ut’erīya

A simple program for handling Ethiopian calendar dates.

Installation

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.

  • If you are on apple download the file that ends with x86_64-apple-darwin.zip
  • If you are on windows download the file that ends with x86_64-pc-windows-gnu.zip
  • If you are on linux download one of the files that end with the following:
    • 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>

Demo

asciicast

Source

Commit count: 31

cargo fmt