- Add new shared subcrate satrs-shared to split off some shared components not expected to change very often. - Renmame `satrs-core` to `satrs`. It is expected that sat-rs will remain the primary crate, so the core information is superfluous, and core also implies stability, which will not be the case for some time.
This commit is contained in:
Cargo.tomlREADME.md
automation
satrs-example
Cargo.toml
src
satrs-mib
satrs-shared
satrs
.gitignoreCHANGELOG.mdCargo.tomlLICENSE-APACHENOTICEREADME.mdrelease-checklist.md
src
cfdp
device.rsencoding
event_man.rsevents.rsexecutable.rshal
hk.rslib.rsmode.rsobjects.rsparams.rspool.rspower.rspus
event.rsevent_man.rsevent_srv.rshk.rsmod.rsmode.rsscheduler.rsscheduler_srv.rstest.rsverification.rs
request.rsres_code.rsseq_count.rstmtc
tests
3
satrs-shared/src/lib.rs
Normal file
3
satrs-shared/src/lib.rs
Normal file
@ -0,0 +1,3 @@
|
||||
//! This library contains modules shared amongst various sat-rs framework crates.
|
||||
#![no_std]
|
||||
pub mod res_code;
|
Reference in New Issue
Block a user