stable array collectors
-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;
};