Compare commits
3 Commits
03d112cbef
...
97c70bf03b
Author | SHA1 | Date | |
---|---|---|---|
97c70bf03b | |||
dc6d726e61 | |||
85bfcad111 |
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v0.3.1] 03.12.2022
|
||||||
|
|
||||||
|
- Small fix for faulty docs.rs build
|
||||||
|
|
||||||
|
# [v0.3.0] 01.12.2022
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- `EcssEnumerationExt` trait which implements `Debug`, `Copy`, `Clone`,
|
- `EcssEnumerationExt` trait which implements `Debug`, `Copy`, `Clone`,
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "spacepackets"
|
name = "spacepackets"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
||||||
description = "Generic implementations for various CCSDS and ECSS packet standards"
|
description = "Generic implementations for various CCSDS and ECSS packet standards"
|
||||||
|
@@ -42,6 +42,7 @@
|
|||||||
//! println!("{:?}", sp_header);
|
//! println!("{:?}", sp_header);
|
||||||
//! ```
|
//! ```
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
#![cfg_attr(doc_cfg, feature(doc_cfg))]
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
#[cfg(any(feature = "std", test))]
|
#[cfg(any(feature = "std", test))]
|
||||||
|
Reference in New Issue
Block a user