Crates.io | try_take |
lib.rs | try_take |
version | 0.1.0 |
source | src |
created_at | 2023-06-19 07:31:32.36672 |
updated_at | 2023-06-19 07:31:32.36672 |
description | A generic function for trying to take elements out of an iterator. |
homepage | |
repository | https://github.com/Frostie314159/try_take |
max_upload_size | |
id | 893918 |
size | 14,397 |
A generic function to take elements out of an iterator. It yields either an iterator or the length of the underlying iterator.
Only the core
crate is required.