Rocalc
Rocalc(Roco calculator),一个用于计算洛克王国:世界精灵对决的Rust库。
使用
在你的rust项目运行 cargo add rocalc 即可添加该crate。
快速示例
use *;
精灵种族值数据获取
get_race_value函数需要指定格式的csv文件,您可前往此仓库下载。
您也可以使用自己的数据和逻辑提取精灵种族值。
LICENSE
Rocalc is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Rocalc is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with Rocalc. If not, see <https://www.gnu.org/licenses/>.