Merge pull request 'tiny improvement' (#113) from tiny-doc-improvement into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

Reviewed-on: #113
This commit is contained in:
Robin Müller 2024-02-12 16:20:31 +01:00
commit 6bfd37ba24

View File

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