#slice #vec #utilities #io

no-std lazyext-slice

Thousands of utility functions for slices and vec

2 releases

0.0.2 Jan 16, 2022
0.0.1 Jan 16, 2022

#326 in No standard library

Download history 2/week @ 2024-02-19 19/week @ 2024-02-26 5/week @ 2024-03-11 44/week @ 2024-04-01 7/week @ 2024-04-15

51 downloads per month
Used in lazyext

MIT/Apache

39KB
848 lines

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 }

lib.rs:

Thousands of utility functions for slices and vec

Dependencies

~46KB