feat: manifest generation

This commit is contained in:
DecDuck
2026-02-05 12:00:25 +11:00
parent aa46a88957
commit 55b76a6529
16 changed files with 321 additions and 64 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::proto::{self, version::version_response::Manifest};
use crate::proto::version::version_response::Manifest;
fn fixed_length<T, const N: usize>(v: Vec<T>) -> [T; N] {
v.try_into()