mars_calc 0.1.0

Calculate your weight on Mars - a simple CLI calculator
mars_calc-0.1.0 is not a library.

Mars Weight Calculator

A simple CLI tool to calculate your weight on Mars! 🚀

Installation

cargo install mars_calc

Usage

Simply run the program and enter your Earth weight when prompted:

mars_calc

How it works

The calculator uses Mars' gravity (3.711 m/s²) compared to Earth's gravity (9.81 m/s²) to calculate your weight on Mars.

License

MIT