Refactor ECSS packet modules #16

Merged
muellerr merged 18 commits from refactoring-ecss-packet-mods into main 2023-07-11 22:26:27 +02:00
Showing only changes of commit 77be96e8de - Show all commits

View File

@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Implement `Display` and `Error` for `StdTimestampError` properly.
- Remove some redundant `Error` suffixes for enum error variants.
## Added
- Added new marker trait `IsPusTelemetry` implemented by `PusTmCreator` and `PusTmReader`.
- Added new marker trait `IsPusTelecommand` implemented by `PusTcCreator` and `PusTcReader`.
# [v0.6.0] 2023-07-06
## Added