2 个版本
0.1.8 | 2024年5月24日 |
---|---|
0.1.7 | 2022年11月18日 |
0.1.6 |
|
0.1.5 |
|
0.1.1 |
|
#1004 in Rust 模式
每月 24 次下载
用于 3 个crate
5KB
72 行
fnrs
一些我喜欢用的 Rust 函数...
Func
包含一些常见函数的特质,如 map、filter、fold 等。我不喜欢使用 vec.iter().map().collect()
,因为太复杂了。仅适用于 Copy
类型,因为借用检查器在我的尝试中击败了我。
Sequence
一些与...序列相关的函数。
许可证
Copyright (C) 2024 Cody Bloemhard
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.