# rara
Rara is a password generator. This is also an sample project using [combu](https://github.com/suquiya/combu).
# Installation
## via cargo install
Rara exists on crates.io.
You can use rara with cargo install command.
```
cargo install rara
```
## Download Binary
You can download binary from [releases](https://github.com/suquiya/rara/releases).
## via suquiya's scoop bucket
You can install rara via scoop by adding suquiya's scoop bucket.
```
scoop bucket add suquiya_bucket https://github.com/suquiya/suquiya_bucket
scoop install rara
```
## Manual Build
Of course, you can clone this repository and build and use.
# CONTRIBUTING
If you want to contribute rara, please read [CONTRIBUTING.md](CONTRIBUTING.md) for checking our code of conduct, and submitting pull requests to us.
# Author(s?)
[suquiya](https://github.com/suquiya)
# License
This is licensed under [MIT LICENSE](https://github.com/suquiya/rara/blob/main/LICENSE)
# Information about construct for this README.md
This readme is mainly based on [combu's readme](https://github.com/suquiya/combu) - Copyright (c) 2022 suquiya - licensed [MIT License](https://github.com/suquiya/combu/blob/main/LICENSE).