#calendar #date #ethiopian #ethiopic #three

app mekuteriya

Ethiopian calendar implementation in Rust

3 releases

0.1.4 Feb 25, 2023
0.1.2 Nov 20, 2022
0.1.0 Nov 20, 2022

#216 in Date and time

Download history 16/week @ 2024-02-23 9/week @ 2024-03-01 40/week @ 2024-03-29 11/week @ 2024-04-05

51 downloads per month

MIT license

19KB
459 lines

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

Dependencies

~4–16MB
~162K SLoC