{"id":48417384,"url":"https://github.com/us-irs/spacepackets-rs","last_synced_at":"2026-04-06T07:35:11.671Z","repository":{"id":65271004,"uuid":"525301955","full_name":"us-irs/spacepackets-rs","owner":"us-irs","description":"CCSDS and ECSS packet standards implementations","archived":false,"fork":false,"pushed_at":"2026-03-09T09:18:22.000Z","size":1229,"stargazers_count":38,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-09T13:51:48.983Z","etag":null,"topics":["ccsds-standards","ecss-e-st-70-41c","embedded-rust","hardware-support","no-std","packets","protocols","rust","space"],"latest_commit_sha":null,"homepage":"https://egit.irs.uni-stuttgart.de/rust/spacepackets","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/us-irs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":"FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"robamu"}},"created_at":"2022-08-16T08:57:17.000Z","updated_at":"2026-03-09T09:18:25.000Z","dependencies_parsed_at":"2023-11-30T20:28:37.410Z","dependency_job_id":"7c1c970c-cc1d-4e4a-afe2-8835350a36bc","html_url":"https://github.com/us-irs/spacepackets-rs","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/us-irs/spacepackets-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/us-irs%2Fspacepackets-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/us-irs%2Fspacepackets-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/us-irs%2Fspacepackets-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/us-irs%2Fspacepackets-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/us-irs","download_url":"https://codeload.github.com/us-irs/spacepackets-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/us-irs%2Fspacepackets-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ccsds-standards","ecss-e-st-70-41c","embedded-rust","hardware-support","no-std","packets","protocols","rust","space"],"created_at":"2026-04-06T07:35:02.352Z","updated_at":"2026-04-06T07:35:11.652Z","avatar_url":"https://github.com/us-irs.png","language":"Rust","funding_links":["https://github.com/sponsors/robamu"],"categories":[],"sub_categories":[],"readme":"[![Crates.io](https://img.shields.io/crates/v/spacepackets)](https://crates.io/crates/spacepackets)\n[![docs.rs](https://img.shields.io/docsrs/spacepackets)](https://docs.rs/spacepackets)\n[![ci](https://github.com/us-irs/spacepackets-rs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/us-irs/spacepackets-rs/actions/workflows/ci.yml)\n[![matrix chat](https://img.shields.io/matrix/sat-rs%3Amatrix.org)](https://matrix.to/#/#sat-rs:matrix.org)\n\nECSS and CCSDS Spacepackets\n======\n\nThis package contains generic implementations for various CCSDS\n(Consultative Committee for Space Data Systems) and ECSS\n(European Cooperation for Space Standardization) packet standards.\n\nCurrently, this includes the following components:\n\n- Space Packet implementation according to\n  [CCSDS Blue Book 133.0-B-2](https://public.ccsds.org/Pubs/133x0b2e1.pdf)\n- CCSDS File Delivery Protocol (CFDP) packet implementations according to\n  [CCSDS Blue Book 727.0-B-5](https://public.ccsds.org/Pubs/727x0b5.pdf)\n- PUS Telecommand and PUS Telemetry implementation according to the\n  [ECSS-E-ST-70-41C standard](https://ecss.nl/standard/ecss-e-st-70-41c-space-engineering-telemetry-and-telecommand-packet-utilization-15-april-2016/).\n- CUC (CCSDS Unsegmented Time Code) implementation according to\n  [CCSDS 301.0-B-4 3.2](https://public.ccsds.org/Pubs/301x0b4e1.pdf)\n- CDS (CCSDS Day Segmented Time Code) implementation according to\n  [CCSDS 301.0-B-4 3.3](https://public.ccsds.org/Pubs/301x0b4e1.pdf)\n- Some helper types to support ASCII timecodes as specified in\n  [CCSDS 301.0-B-4 3.5](https://public.ccsds.org/Pubs/301x0b4e1.pdf)\n\n# Features\n\n`spacepackets` supports various runtime environments and is also suitable for `no_std` environments.\n\n## Default features\n\n - [`std`](https://doc.rust-lang.org/std/): Enables functionality relying on the standard library.\n - [`alloc`](https://doc.rust-lang.org/alloc/): Enables features which operate on containers\n   like [`alloc::vec::Vec`](https://doc.rust-lang.org/beta/alloc/vec/struct.Vec.html).\n   Enabled by the `std` feature.\n\n## Optional Features\n\n - [`serde`](https://serde.rs/): Adds `serde` support for most types by adding `Serialize` and `Deserialize` `derive`s\n - [`chrono`](https://crates.io/crates/chrono): Add basic support for the `chrono` time library.\n - [`timelib`](https://crates.io/crates/time): Add basic support for the `time` time library.\n - [`defmt`](https://defmt.ferrous-systems.com/): Add support for the `defmt` by adding the\n   [`defmt::Format`](https://defmt.ferrous-systems.com/format) derive on many types.\n - [`portable-atomic`](https://github.com/taiki-e/portable-atomic): Basic support for `portable-atomic`\n   crate in addition to the support for core atomic types. This support requires atomic CAS support\n   enabled in the portable atomic crate.\n\n# Examples\n\nYou can check the [documentation](https://docs.rs/spacepackets) of individual modules for various\nusage examples.\n\n# Coverage\n\nCoverage can be generated using [`llvm-cov`](https://github.com/taiki-e/cargo-llvm-cov). If you have not done so\nalready, install the tool:\n\n```sh\ncargo +stable install cargo-llvm-cov --locked\n```\n\nAfter this, you can run `cargo llvm-cov nextest` to run all the tests and display coverage.\n\n# Miri\n\nYou can run the [`miri`](https://github.com/rust-lang/miri) tool on this library to check for\nundefined behaviour (UB). This library does not use use any `unsafe` code blocks, but `miri` could\nstill catch UB from used libraries.\n\n```sh\ncargo +nightly miri nextest run --all-features\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fus-irs%2Fspacepackets-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fus-irs%2Fspacepackets-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fus-irs%2Fspacepackets-rs/lists"}