4 releases

0.1.3 Sep 1, 2022
0.1.2 Aug 31, 2022
0.1.1 Aug 31, 2022
0.1.0 Aug 31, 2022

#1977 in Parser implementations

Download history 3/week @ 2024-02-26 60/week @ 2024-04-01

60 downloads per month

MIT license

22KB
673 lines

HOMO 论证器

一个可以将整数分解成114514算式的库。

本库是itorr/homo的Rust移植,但没有分解小数功能。

使用

Cargo.toml里添加:

[dependencies]
homo-rs = "0.1.0"

简易命令行

在项目里执行:

$ cargo run --bin cli -- <整数>

即可看到分解的结果。

许可证

MIT license (LICENSE or https://opensource.org/licenses/MIT)


lib.rs:

This crate is a Rust port of homo.

Dependencies

~3.5–5.5MB
~97K SLoC