Omid Rad
Omid Rad
I would like to integrate meilisearch-ui within the dev env, but I need to setup connection everytime I reset the docker containers. It would be better if we could pass...
Add similar functionality to what we have [here](https://github.com/persian-tools/persian-tools/tree/master/src/modules/numberToWords).
Add similar functionality to what we have [here](https://github.com/persian-tools/persian-tools/tree/master/src/modules/halfSpace) to the PersianContent module.
Add similar functionality to what we have [here](https://github.com/persian-tools/persian-tools/tree/master/src/modules/getPlaceByIranNationalId) the NationalCode module.
Add similar functionality to what we have [here](https://github.com/persian-tools/persian-tools/tree/master/src/modules/commas) to the digit/number module.
Similar functionality to what we have [here](https://github.com/persian-tools/persian-tools/tree/master/src/modules/bill).
I don't know the use case of the `Box::leak`s we have in the source code. Maybe always convert to `String`. Maybe you can use [Cow](https://doc.rust-lang.org/std/borrow/enum.Cow.html) instead.
There are many `let _`s, most of them (or maybe all of them) are useless in your code.
The code is full of `clone`s, `cloned`, `copied` and so on. :) Now it's like PHP :P
If it's possible, I think it's a better practice to use trait to define [subcommands](https://github.com/pouriya/sssh/tree/23.03.05/src/subcommands).