zetamac-rs

Crates.iozetamac-rs
lib.rszetamac-rs
version0.5.4
created_at2025-07-27 23:39:09.324257+00
updated_at2025-07-28 01:37:32.248316+00
descriptionZetamac timed arithmetic test and pratice
homepage
repositoryhttps://github.com/divkov575/zetamac-rs
max_upload_size
id1770508
size46,814
Dima I (DIvkov575)

documentation

README

Zetamec-rs

A command-line implementation of the Zetamac arithmetic challenge, written in Rust.

Zetamac is a timed drill that tests your arithmetic skills. You have a set amount of time to answer as many arithmetic questions as possible. This tool is inspired by the web-based Zetamac, which is often used for practice in quantitative finance interviews.

Install

Zetamac can be installed (on Macos) with:

brew install zetamac

Zetamac can be installed (using cargo) with:

cargo install zetamac-rs

Zetamac can be installed (from source) with:

git clone https://github.com/divkov575/zetamac-rs
cd zetamac-rs
cargo install --path .

Execution

Run Zetamac with (may vary with installation method)

zetamac

or

zetamac-rs
Commit count: 0

cargo fmt