add empty source handler
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2023-09-10 21:11:44 +02:00
parent 3ec6590c23
commit ead708b1bb
2 changed files with 18 additions and 0 deletions

View File

@ -14,6 +14,8 @@ use serde::{Deserialize, Serialize};
#[cfg(feature = "std")]
pub mod dest;
#[cfg(feature = "std")]
pub mod source;
pub mod user;
#[derive(Debug, Clone, Copy, PartialEq, Eq)]