| Crates.io | numtimes |
| lib.rs | numtimes |
| version | 0.1.1 |
| created_at | 2025-06-16 20:23:05.925584+00 |
| updated_at | 2025-06-27 03:44:07.772001+00 |
| description | A command line tool that prints out the multiplication table of a number |
| homepage | https://github.com/Terminnus95/numtimes |
| repository | https://github.com/Terminnus95/numtimes |
| max_upload_size | |
| id | 1714772 |
| size | 47,880 |
Numtimes is a simple command-line tool written in Rust that prints out the multiplication table of a number.
The latest release (1.1) adds the following:
A full list of changes for this release and all others before can be found here
Numtimes is available on crates.io, you can install it like this:
$ cargo install numtimes
To install it from source, you have to clone the repository and then build it with cargo build
$ git clone https://github.com/Terminnus95/numtimes.git
$ cargo build --release #Execute this in the directory where the cloned repo is stored
Then you can copy the binary into a folder in $PATH (usr/bin, ~/.local/bin, etc) to be able to execute it like any normal command
$ cp /path/to/repo/target/release/numtimes /your/preferred/path
You can download binaries for Linux and Windows on x86_64 here
numtimes [OPTIONS] <BASE> [LENGTH]