Compare commits
4 Commits
satrs-v0.1
...
satrs-exam
Author | SHA1 | Date | |
---|---|---|---|
813e221030 | |||
18cec8bcf0 | |||
d4a122e462 | |||
7af327d077 |
@ -20,12 +20,12 @@ thiserror = "1"
|
|||||||
derive-new = "0.5"
|
derive-new = "0.5"
|
||||||
|
|
||||||
[dependencies.satrs]
|
[dependencies.satrs]
|
||||||
# version = "0.1.0-alpha.3"
|
version = "0.1.1"
|
||||||
path = "../satrs"
|
# path = "../satrs"
|
||||||
|
|
||||||
[dependencies.satrs-mib]
|
[dependencies.satrs-mib]
|
||||||
# version = "0.1.0-alpha.2"
|
version = "0.1.0"
|
||||||
path = "../satrs-mib"
|
# path = "../satrs-mib"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
dyn_tmtc = []
|
dyn_tmtc = []
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
//! # sat-rs: A framework to build on-board software for remote systems
|
//! # sat-rs: A framework to build on-board software for remote systems
|
||||||
//!
|
//!
|
||||||
//! You can find more information about the sat-rs framework on the
|
//! You can find more information about the sat-rs framework on the
|
||||||
//! [homepage](https://egit.irs.uni-stuttgart.de/rust/sat-rs).
|
//! [homepage](https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/).
|
||||||
|
//! The [satrs-book](https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/book/) contains
|
||||||
|
//! high-level information about this framework.
|
||||||
//!
|
//!
|
||||||
//! ## Overview
|
//! ## Overview
|
||||||
//!
|
//!
|
||||||
|
Reference in New Issue
Block a user