lazyext-slice

Crates.iolazyext-slice
lib.rslazyext-slice
version0.0.2
sourcesrc
created_at2022-01-16 16:31:20.69195
updated_at2022-01-16 16:34:05.399664
descriptionThousands of utility functions for slices and vec
homepage
repositoryhttps://github.com/al8n/lazyext/tree/main/lazyext-slice
max_upload_size
id514967
size38,955
Al Liu (al8n)

documentation

https://docs.rs/lazyext-slice

README

Notes: [WIP] The functions in this crate has not been fully tested. Please wait for me to make it 100% tested, or you can give a PR and write test cases for those functions.

LazyExt-Slice

Thousands of utility functions for slices and vec.

Installation

  • std
[dependencies]
lazeyext-slice = "0.1.0"
  • no_std (with alloc related functions)
[dependencies]
lazeyext-slice = { version = "0.1.0", default-features = false, features = ["alloc"] }
  • no_std (without alloc related functions)
[dependencies]
lazeyext-slice = { version = "0.1.0", default-features = false }
Commit count: 12

cargo fmt