try_take

Crates.iotry_take
lib.rstry_take
version0.1.0
sourcesrc
created_at2023-06-19 07:31:32.36672
updated_at2023-06-19 07:31:32.36672
descriptionA generic function for trying to take elements out of an iterator.
homepage
repositoryhttps://github.com/Frostie314159/try_take
max_upload_size
id893918
size14,397
Frostie314159 (Frostie314159)

documentation

README

try_take

A generic function to take elements out of an iterator. It yields either an iterator or the length of the underlying iterator.

no_std

Only the core crate is required.

Commit count: 1

cargo fmt