Vinzenz Schroeter
|
03f9fd1e51
|
update to released servicepoint version
|
2025-05-04 12:24:18 +02:00 |
|
Vinzenz Schroeter
|
8ea511a33a
|
features, cargo fmt
|
2025-05-04 11:40:22 +02:00 |
|
Vinzenz Schroeter
|
ef7690b6b2
|
add functions to convert containers directly into packet
|
2025-05-04 11:40:22 +02:00 |
|
Vinzenz Schroeter
|
e5ef2afb2c
|
heap_remove, sp_brightness_grid_into_packet
|
2025-05-04 11:40:22 +02:00 |
|
Vinzenz Schroeter
|
b4176f7682
|
add command code constants, send header
|
2025-05-04 11:40:22 +02:00 |
|
Vinzenz Schroeter
|
3d79d38c21
|
sp_brightness_grid_load ignore out of range
|
2025-05-04 11:40:22 +02:00 |
|
Vinzenz Schroeter
|
c0f5b4d0da
|
add sp_bitmap_into_bitvec, sp_bitmap_from_bitvec
|
2025-05-04 11:40:22 +02:00 |
|
Vinzenz Schroeter
|
8a3e84b6fa
|
unify heap allocation handling
|
2025-05-04 11:40:21 +02:00 |
|
Vinzenz Schroeter
|
a41ca0feeb
|
rename/merge functions to match rust side more
|
2025-05-04 11:40:21 +02:00 |
|
Vinzenz Schroeter
|
f6e35f1259
|
add fn to pass ip:port as values
|
2025-05-04 11:40:21 +02:00 |
|
Vinzenz Schroeter
|
48fb9bde36
|
move generic safety information into README
|
2025-05-04 11:40:21 +02:00 |
|
Vinzenz Schroeter
|
0dbe952535
|
wip fix documentation
|
2025-05-04 11:40:21 +02:00 |
|
Vinzenz Schroeter
|
ae6d527d81
|
use brightness type from base crate
|
2025-05-04 11:40:21 +02:00 |
|
Vinzenz Schroeter
|
0a58bd7303
|
add /*notnull*/ comments in header, use NotNull for parameters
|
2025-05-04 11:40:21 +02:00 |
|
Vinzenz Schroeter
|
866fc86b9f
|
wip remove newtypes, re-export constants from base lib
|
2025-05-04 11:40:20 +02:00 |
|
Vinzenz Schroeter
|
5120e220ec
|
functions for manipulating packets
|
2025-04-12 16:25:20 +02:00 |
|
Vinzenz Schroeter
|
d1ecd21114
|
wip remove newtypes
|
2025-04-12 16:25:20 +02:00 |
|
Vinzenz Schroeter
|
2ab80d395e
|
cargo fmt
|
2025-04-12 16:25:20 +02:00 |
|
Vinzenz Schroeter
|
69bed7c665
|
wip 80k example
|
2025-04-12 16:25:20 +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
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 |
|
Vinzenz Schroeter
|
a23ca55f60
|
add ability to load PixelGrid and BitVec
|
2024-05-10 16:56:01 +02:00 |
|
Vinzenz Schroeter
|
e6f8afb378
|
game of life example, bug fixes
|
2024-05-10 12:24:07 +02:00 |
|
Vinzenz Schroeter
|
a7b6cf2ad0
|
PixelGrid::max_sized, cloneable
|
2024-05-10 01:35:24 +02:00 |
|
Vinzenz Schroeter
|
2ff0ffa0d6
|
move example out of module
|
2024-05-10 01:22:43 +02:00 |
|
Vinzenz Schroeter
|
6b5fdca654
|
split out more files
|
2024-05-10 00:53:12 +02:00 |
|
Vinzenz Schroeter
|
db8370e642
|
first working version
|
2024-05-09 23:30:18 +02:00 |
|