sat-rs/satrs-core
Robin Mueller 40120dc83f
various fixes and updates for satrs-core
1. Fix pools integration test to avoid occasional deadlocks
2. tmtc module: The `CcsdsPacketHandler` and `PusServiceProvider`
   do not require a send bound anymore. However, these traits now
   have an extension trait called `Sendable<DefaultName>` which requires
   the trait + Send. A blanket implementation is provided. The helper
   structs like `PusDistributor` and `CcsdsDistributor` require
   the new Sendable trait version to allow more ergnomic usage
   with threads.
2023-01-27 00:04:56 +01:00
..
images re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00
src various fixes and updates for satrs-core 2023-01-27 00:04:56 +01:00
tests various fixes and updates for satrs-core 2023-01-27 00:04:56 +01:00
.gitignore re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00
Cargo.toml bump/tweak some deps 2023-01-26 22:07:50 +01:00
CHANGELOG.md re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00
LICENSE-APACHE re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00
NOTICE update all NOTICE files 2023-01-25 21:39:35 +01:00
README.md re-add satrs-core without git submoudule 2023-01-11 10:30:03 +01:00

satrs-core

This crate contains the core components of the satrs framework.