mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-24 07:12:04 +10:00
feat: manifest generation
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user