base line EOF model
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
2023-06-07 01:12:07 +02:00
parent 0b714b7426
commit 912c03b5c7
5 changed files with 112 additions and 5 deletions

View File

@ -7,6 +7,7 @@ use core::fmt::{Display, Formatter};
#[cfg(feature = "std")]
use std::error::Error;
pub mod eof;
pub mod file_data;
pub mod metadata;