Commit Graph

51 Commits

Author SHA1 Message Date
Robin Müller 55862a2433
docs typo
Rust/spacepackets/pipeline/head This commit looks good Details
2023-01-20 20:01:27 +01:00
Robin Müller 78c5787e07 add some more basic docs
Rust/spacepackets/pipeline/head This commit looks good Details
2023-01-10 16:12:20 +01:00
Robin Müller 1432c298b3
feature list update 2023-01-09 11:19:10 +01:00
Robin Müller 6798e3a6f5 Merge remote-tracking branch 'origin/main' into improve_cds_short_impl
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
2022-12-20 16:23:24 +01:00
Robin Müller 976fe9c49b
README updates
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-19 11:02:36 +01:00
Robin Müller 04073a29af
Merge remote-tracking branch 'origin/main' into improve_cds_short_impl
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
2022-12-07 19:06:57 +01:00
Robin Müller 66b4bf6013
Merge remote-tracking branch 'origin/main' into add_error_impls_for_std_feature
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
2022-12-07 19:05:55 +01:00
Robin Müller 180134c05d
update README and lib.rs frontpage docs
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-07 18:49:19 +01:00
Robin Müller 4cd8f143df
this is a lot better 2022-12-07 14:42:01 +01:00
Robin Müller 25695b39ea
add error impls for feature std 2022-12-07 08:14:55 +01:00
Robin Müller 0c77a04059
doc tweaks
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-05 09:03:40 +01:00
Robin Müller e8571866e8
doc fix
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-05 08:55:24 +01:00
Robin Müller 038755e56e
set minimal data len in example
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-05 01:44:53 +01:00
Robin Müller 33d78292c6
better example 2022-12-05 01:44:28 +01:00
Robin Müller 8cf635d2fa
additional useful functions 2022-12-05 01:41:35 +01:00
Robin Müller 3420bcbeba Merge branch 'main' of https://egit.irs.uni-stuttgart.de/rust/spacepackets
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-05 00:18:16 +01:00
Robin Müller 6554241ed7
doc correction 2022-12-05 00:17:37 +01:00
Robin Müller 3a71b00198
cargo fmt
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-04 20:00:49 +01:00
Robin Müller 322a56335e
add tests for new functionality
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-04 19:56:21 +01:00
Robin Müller f7c688d8db
line break
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-04 18:26:38 +01:00
Robin Müller 54bb4bdaaa
new helper functions for CCSDS SP construction
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-04 18:25:30 +01:00
Robin Müller d28ea7d4da
add docs for new feature
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
2022-12-04 17:18:10 +01:00
Robin Müller aeb2e806b8
move improvements
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-04 17:11:44 +01:00
Robin Müller 938c4ba770
make serde dependency optional
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-04 12:17:36 +01:00
Robin Müller dc6d726e61
added missing doc_cfg feature for doc_cfg attr
Rust/spacepackets/pipeline/head This commit looks good Details
2022-12-03 15:40:36 +01:00
Robin Müller f8199ca87a
better docs 2022-11-02 00:38:59 +01:00
Robin Müller 65e85f20e0
doc cfg support
Rust/spacepackets/pipeline/head There was a failure building this commit Details
2022-10-26 00:22:56 +02:00
Robin Müller 603f688ac3
small clippy fix
Rust/spacepackets/pipeline/head There was a failure building this commit Details
2022-10-15 19:56:17 +02:00
Robin Müller 7da7e5329c
typos
Rust/spacepackets/pipeline/head This commit looks good Details
2022-09-13 10:21:52 +02:00
Robin Müller d559646d80
better naming/docs. new const for MAX_SEQ_COUNT 2022-09-13 09:41:21 +02:00
Robin Müller fe1a30327b
work on uniform API
Rust/spacepackets/pipeline/head This commit looks good Details
2022-09-11 20:50:46 +02:00
Robin Müller a4e297f0c0
Add new features
- Basic ECSS enumeration support for u8, u16, u32 and u64
- Better names for generic error enums
2022-09-03 18:47:59 +02:00
Robin Müller 3970061ca1
only allow tests for std envs
Rust/spacepackets/pipeline/head This commit looks good Details
2022-08-20 23:19:38 +02:00
Robin Müller 35073a45a5
this should make clippy happy
Rust/spacepackets/pipeline/head This commit looks good Details
2022-08-16 11:12:47 +02:00
Robin Müller 3b11af8d4a
fix for ci.yml
Rust/spacepackets/pipeline/head This commit looks good Details
2022-08-16 11:03:51 +02:00
Robin Müller 0fcf150707
some links added
Rust/spacepackets/pipeline/head This commit looks good Details
2022-08-16 10:51:40 +02:00
Robin Müller c6f7b04a6c
some doc sync
Rust/spacepackets/pipeline/head There was a failure building this commit Details
2022-08-16 10:43:32 +02:00
Robin Müller 388a8ba616
some more dependency cleanup
Rust/spacepackets/pipeline/head This commit looks good Details
2022-08-16 10:11:49 +02:00
Robin Müller 933230126e
tested cross-compilation 2022-08-16 02:15:57 +02:00
Robin Müller fde3fe9cba
small bugfix
Rust/spacepackets/pipeline/head This commit looks good Details
2022-08-08 11:16:55 +02:00
Robin Müller a20955437e
make two fields pub 2022-08-08 02:02:54 +02:00
Robin Müller a7b97e22f5
simplifications + helper function
Rust/spacepackets/pipeline/head This commit looks good Details
2022-08-08 01:23:38 +02:00
Robin Müller 38df1c2335
add more and better docs, clippy 2022-07-31 13:31:14 +02:00
Robin Müller 2228a16eb4
some minor improvements 2022-07-31 11:45:35 +02:00
Robin Müller deee70f40d
alloc support behind feature gate 2022-07-31 11:38:58 +02:00
Robin Müller 4fc281070f
implemented function to get timestamp from bytes 2022-07-28 11:38:32 +02:00
Robin Müller 6fe3086575
continued Cds short time provider 2022-07-25 01:06:52 +02:00
Robin Müller aa275e2c01
add new time module 2022-07-24 17:33:30 +02:00
Robin Müller 23e2e9e3e8
doc improvements and additional tests 2022-07-24 17:23:44 +02:00
Robin Müller 716bc906a1
continued PUS TC impl 2022-07-24 15:19:05 +02:00