mana-tool 0.2.4

A simple and intuitive version management tool.
# Hello mana!

![Crates.io Version](https://img.shields.io/crates/v/mana-tool)
![Crates.io Downloads (latest version)](https://img.shields.io/crates/dv/mana-tool)
![Crates.io Size](https://img.shields.io/crates/size/mana-tool)
![Crates.io License](https://img.shields.io/crates/l/mana-tool)

## What's it?

This is a version control tool like Git. It's like Git, but it's not Git. It's a tool that's a little different from traditional version control tools.
Git is convenient, but it often requires a few slightly tedious operations.<br>
For example, staging and committing requires the following two steps:
```bash
# Stage App.java

git add src/App.java
# Think of a commit message for App.java

git commit -m "Change the type of the `world_population` variable from `int` to `long`"
```
Let's solve these tedious operations with mana.
```bash
mn
> Hello mana!
```

## What can it do?
1. Tools that make visualization easy
2. No complex operations whatsoever
3. High-speed processing, high-speed execution
4. Absolutely no pushing to GitHub or similar platforms

## How to Use?
Install using cargo.
```bash
cargo install mana-tool
```

## Language

![Rust](https://img.shields.io/badge/rust-v1.70%2B-blue?logo=rust)
![TypeScript Badge](https://img.shields.io/badge/TypeScript-lightblue?logo=Typescript)