Robin Mueller 21152719ca
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
of course forgot something important
2024-02-12 15:38:17 +01:00

4 lines
111 B
Rust

//! This library contains modules shared amongst various sat-rs framework crates.
#![no_std]
pub mod res_code;