prepare first release
Rust/cfdp/pipeline/head This commit looks good

This commit is contained in:
2024-09-11 10:23:33 +02:00
parent b87ccde07d
commit de8be20f36
4 changed files with 39 additions and 10 deletions
+6 -1
View File
@@ -13,7 +13,12 @@ The underlying base packet library used to generate the packets to be sent is th
# Features
`cfdp-rs` supports various runtime environments and is also suitable for `no_std` environments.
The goal of this library is to be flexible enough to support the use-cases of both on-board
software and of ground software. It has support to make integration on [std] systems as simple
as possible, but also has sufficient abstraction to allow for integration on`no_std` environments.
Currently, the handlers still require the [std] feature until
[thiserror supports `error_in_core`](https://github.com/dtolnay/thiserror/pull/304).
It is recommended to activate the `alloc` feature at the very least to allow using the primary
components provided by this crate. These components will only allocate memory at initialization
time and thus are still viable for systems where run-time allocation is prohibited.