stable array collectors
bendn init
5795ca4 · 2025-02-07 4Commits
-rw-r--r--
10
-rw-r--r--
77
d---------
README.md

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;
};