now its a proper re-export
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2023-07-10 00:00:20 +02:00
parent e3d2d88538
commit 784564a20e
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -17,7 +17,7 @@ use std::error::Error;
#[cfg(feature = "std")]
use std::time::{SystemTime, SystemTimeError};
#[cfg(feature = "std")]
use std_mod::*;
pub use std_mod::*;
pub mod ascii;
pub mod cds;