#utility #performance #extra #lodash #library

lorust

现代 Rust 工具库,提供模块化、性能和额外功能;或者简单地说,是 Lodash 的 Rust 版本

2 个不稳定版本

0.2.0 2023 年 7 月 5 日
0.1.0 2023 年 7 月 4 日

#1222数学

MIT/Apache

26KB
285

Lorust - API 文档

Lorust 是 Lodash 的 Rust 版本,Lodash 是一个提供模块化、性能和额外功能的现代 JavaScript 工具库。

用法

Cargo.toml 中依赖 lorust

[dependencies]
lorust = "0.1.0"

函数分类

我们遵循 Lodash 的平面函数结构,但函数可以归类到以下区域

类别 描述
array 处理数组的实用函数(尚不支持)
collection 处理集合的实用函数(尚不支持)
date 处理日期的实用函数(尚不支持)
function 处理函数的实用函数(尚不支持)
lang 处理语言的实用函数(尚不支持)
math 处理数学的实用函数(尚不支持)
number 处理数字的实用函数(尚不支持)
object 处理对象的实用函数(进行中) 🏗️🧱🛠️
seq 处理序列的实用函数(尚不支持)
string 处理字符串的实用函数(进行中) 🏗️🧱🛠️
util 处理工具的实用函数(尚不支持)
properties 处理属性的实用函数(尚不支持)
methods 处理方法的实用函数(尚不支持)

贡献

Git 插件

我们使用 .githooks 来管理 Git 插件。要启用 Git 插件,运行

git config --local core.hooksPath .githooks/

依赖关系

~0–1MB
~23K SLoC