add first definitions
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
2023-02-19 20:52:42 +01:00
parent 0304f132e3
commit 3457b3a8f9
2 changed files with 39 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ use std::error::Error;
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};
pub mod cfdp;
pub mod ecss;
pub mod tc;
pub mod time;