stable array collectors
bendn no-std
c540634 · 2025-02-09 4Commits
-rw-r--r--
10
-rw-r--r--
413
-rw-r--r--
1062
-rw-r--r--
227
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;
};