Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
4 lines
111 B
Rust
4 lines
111 B
Rust
//! This library contains modules shared amongst various sat-rs framework crates.
|
|
#![no_std]
|
|
pub mod res_code;
|