Commit graph

56 commits

Author SHA1 Message Date
Vinzenz Schroeter b8a55d0433 even more docs
All checks were successful
Rust / build-gnu-apt (pull_request) Successful in 4m16s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m18s
2025-05-07 22:52:19 +02:00
Vinzenz Schroeter 36f3d84dc8 a bunch of docs 2025-05-07 22:31:26 +02:00
Vinzenz Schroeter 626a887480 move heap functions to own mod 2025-05-07 08:53:49 +02:00
Vinzenz Schroeter cf6e6385ec move containers to own mod 2025-05-07 08:43:38 +02:00
Vinzenz Schroeter e7cad5b5a3 doc changes 2025-05-07 08:29:43 +02:00
Vinzenz Schroeter a4bacd53a2 remove SPBitVec wrapper type
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 1m19s
Rust / build-size-gnu-unstable (pull_request) Failing after 1m9s
2025-05-06 23:05:06 +02:00
Vinzenz Schroeter 85ccf4123c expose tagged union instead of TypedCommand to C
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 1m18s
Rust / build-size-gnu-unstable (pull_request) Failing after 1m11s
2025-05-06 22:58:38 +02:00
Vinzenz Schroeter 32d39f8006 misc mod and doc changes 2025-05-06 21:27:01 +02:00
Vinzenz Schroeter 4f0eca3ea0 more commands 2025-05-06 21:27:01 +02:00
Vinzenz Schroeter 373725c648 add first specific commands 2025-05-05 22:59:14 +02:00
Vinzenz Schroeter 84adf166a9 add heap_move_ok and heap_move_some helpers 2025-05-05 18:25:59 +02:00
Vinzenz Schroeter 406ec84577 a bunch of options for the Makefile 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter bdfe4439a1 update to released servicepoint version 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 10ebccdf47 features, cargo fmt 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter baa450b2f7 add functions to convert containers directly into packet 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 1e442012be heap_remove, sp_brightness_grid_into_packet 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter ce70ecd9e2 add command code constants, send header 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 8dcced489a sp_brightness_grid_load ignore out of range 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 0af8ea98dd add sp_bitmap_into_bitvec, sp_bitmap_from_bitvec 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter fd6f9198f3 unify heap allocation handling 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 63dfecdbf5 rename/merge functions to match rust side more 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter bbe4000468 add fn to pass ip:port as values 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter fc80e1b83f move generic safety information into README 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter e0d82b2b87 wip fix documentation 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 597614bc95 use brightness type from base crate 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 40fed5ba04 add /*notnull*/ comments in header, use NotNull for parameters 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter bb90af3a57 wip remove newtypes, re-export constants from base lib 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter d215f7199e functions for manipulating packets 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 1a58294f88 wip remove newtypes 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 52f6f3f3fe cargo fmt 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 0d4bf5ac10 wip 80k example 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 57d9e90b0f wip update to next servicepoint version 2025-04-12 16:25:20 +02:00
Vinzenz Schroeter c069c1966b split crate into own repository
All checks were successful
Rust / build (push) Successful in 1m48s
2025-02-15 12:39:31 +01:00
Vinzenz Schroeter 01d1f1dad0 one workspace for everything 2024-05-12 14:01:49 +02:00
Vinzenz Schroeter 0b28b24900 cargo fmt 2024-05-12 13:14:33 +02:00
Vinzenz Schroeter 62ca9037b6 remove dependency on num 2024-05-12 13:11:42 +02:00
Vinzenz Schroeter df8c1249c4 renames, add documentation headers 2024-05-12 01:33:32 +02:00
Vinzenz Schroeter 362426c758 reformat with max width 2024-05-11 23:28:08 +02:00
Vinzenz Schroeter 0a3f400e92 add rest of compression algorithms 2024-05-11 23:16:41 +02:00
Vinzenz Schroeter 664ce42e6c move compression into own function 2024-05-11 22:21:27 +02:00
Vinzenz Schroeter 5c61d02749 add gz compression 2024-05-11 21:14:20 +02:00
Vinzenz Schroeter 35ae1f20ce fix vec len, add moving transparent line example 2024-05-11 18:28:57 +02:00
Vinzenz Schroeter 27f891cd92 remove Window, fix examples, add logging 2024-05-11 14:41:09 +02:00
Vinzenz Schroeter 40de106f46 add byte grid 2024-05-11 13:01:55 +02:00
Vinzenz Schroeter 8ceaef72fa add BitVec::len 2024-05-11 00:36:27 +02:00
Vinzenz Schroeter 571cf73510 add BitmapLinear variants 2024-05-10 21:45:33 +02:00
Vinzenz Schroeter 638249c2b9 add BitmapLegacy 2024-05-10 21:27:34 +02:00
Vinzenz Schroeter c7456f0a67 From<Vec<u8>> for Packet 2024-05-10 20:08:56 +02:00
Vinzenz Schroeter 9eaa7462bc Into, TryFrom 2024-05-10 19:55:18 +02:00
Vinzenz Schroeter 8b33389203 add command code type 2024-05-10 18:33:51 +02:00