一个可以将整数分解成114514算式的库。
本库是itorr/homo的Rust移植,但没有分解小数功能。
在Cargo.toml里添加:
Cargo.toml
toml [dependencies] homo-rs = "0.1.0"
在项目里执行:
bash $ cargo run --bin cli -- <整数>
即可看到分解的结果。
MIT license (LICENSE or https://opensource.org/licenses/MIT)