collar

Crates.iocollar
lib.rscollar
version1.0.1
created_at2025-02-08 02:24:33.832678+00
updated_at2025-02-09 01:55:35.946816+00
descriptioneasy array collection
homepage
repositoryhttps://github.com/bend-n/collar
max_upload_size
id1547680
size12,148
bendn (bend-n)

documentation

README

collar

this crate provides collect_array and makes it easy to collect to small stack allocated arrays

use collar::*;
let Some([ty, path, http]) = request.split(' ').collect_array_checked() else {
    return;
};
Commit count: 4

cargo fmt