#slice #vec #utilities #io

无std lazyext-slice

为切片和vec提供数千个实用函数

2个版本

0.0.2 2022年1月16日
0.0.1 2022年1月16日

#359 in 无标准库


lazyext中使用

MIT/Apache

39KB
848

注意:[WIP] 此crate中的函数尚未完全测试。请等待我将其完全测试,或者您可以提交一个PR并为这些函数编写测试用例。

LazyExt-Slice

为切片和vec提供数千个实用函数。

安装

  • std
[dependencies]
lazeyext-slice = "0.1.0"
  • 无std(带有与alloc相关的函数)
[dependencies]
lazeyext-slice = { version = "0.1.0", default-features = false, features = ["alloc"] }
  • 无std(没有与alloc相关的函数)
[dependencies]
lazeyext-slice = { version = "0.1.0", default-features = false }

lib.rs:

为切片和vec提供数千个实用函数

依赖项

~46KB