of course forgot something important
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-02-12 15:38:17 +01:00
parent bbe19eac4e
commit 21152719ca
3 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,3 @@
//! This library contains modules shared amongst various sat-rs framework crates.
#![no_std]
pub mod res_code;