collar
this crate provides collect_array and makes it easy to collect to small stack allocated arrays
use *;
let Some = request.split.collect_array_checked else ;
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;
};