Commit graph

43 commits

Author SHA1 Message Date
Vinzenz Schroeter
a07a52267d update version to 0.15.2
All checks were successful
Rust / build (pull_request) Successful in 1m59s
2025-07-03 19:22:28 +02:00
Vinzenz Schroeter
2bf8ef1f4e version 0.15.1
All checks were successful
Rust / build (pull_request) Successful in 1m57s
2025-06-27 17:52:25 +02:00
Vinzenz Schroeter
66930db97f version 0.14.1
All checks were successful
Rust / build (pull_request) Successful in 1m53s
2025-05-04 11:43:04 +02:00
Vinzenz Schroeter
e5ec598f13 fix examples use UdpSocket::bind instead of bind_connect
All checks were successful
Rust / build (pull_request) Successful in 1m53s
2025-05-03 11:44:15 +02:00
Vinzenz Schroeter
8e47d3c966 update README 2025-05-03 11:08:17 +02:00
Vinzenz Schroeter
de8a1a2fe8 remove connections
All checks were successful
Rust / build (pull_request) Successful in 2m6s
2025-05-01 19:43:32 +02:00
Vinzenz Schroeter
b6f5f74fa4 fix warnings, add instructions to get smallest possible binary 2025-04-06 11:40:15 +02:00
Vinzenz Schroeter
08ed6a6fee add a bunch of lints and change more panics to result/option
Some checks failed
Rust / build (pull_request) Failing after 1m7s
2025-03-12 22:45:29 +01:00
Vinzenz Schroeter
e3fc56c200 rename commands, add suffix and export on top level 2025-03-08 11:25:29 +01:00
Vinzenz Schroeter
d195f6100a rename modules 2025-03-08 00:38:10 +01:00
Vinzenz Schroeter
c66e6db498 Command is now a trait
Some checks failed
Rust / build (pull_request) Failing after 1m4s
2025-03-07 22:51:32 +01:00
Vinzenz Schroeter
b691ef33f8 Connection is now a trait 2025-03-06 23:50:08 +01:00
Vinzenz Schroeter
59137b6357 version 0.13.2
All checks were successful
Rust / build (push) Successful in 2m10s
2025-02-17 22:42:55 +01:00
Vinzenz Schroeter
6a19c5bc6c update README
All checks were successful
Rust / build (pull_request) Successful in 2m11s
2025-02-17 22:37:48 +01:00
Vinzenz Schroeter
04aa4aa95a split language bindings into separate repositories
All checks were successful
Rust / build (pull_request) Successful in 2m22s
2025-02-16 17:36:08 +01:00
Vinzenz Schroeter
fa3afeaf33 add wiki link to README
All checks were successful
Rust / build (pull_request) Successful in 7m26s
2025-02-15 12:10:45 +01:00
Vinzenz Schroeter
753a66136e prepare move to forgejo 2025-02-08 14:52:45 +01:00
Vinzenz Schroeter
8f1aac797b misc metadata tweaks 2025-02-08 14:49:04 +01:00
Vinzenz Schroeter
fc6389b587
fix link in README
All checks were successful
Rust / build (push) Successful in 7m37s
2025-02-08 09:55:03 +01:00
Vinzenz Schroeter
c0e3f2d748 fix license link 2025-02-07 22:39:15 +01:00
Vinzenz Schroeter
2e30dfffab change note for cccb-servicepoint-browser as it does not actually use the library 2025-02-07 22:38:30 +01:00
Vinzenz Schroeter
2c6c854969 change pipeline to also run on forgejo, add note about move to README 2025-02-07 22:28:40 +01:00
Samuel Scheit
60e0d014ba
add cccb-servicepoint-browser 2025-01-31 11:19:32 +01:00
Vinzenz Schroeter
b693e9e1c9 add ruby example, update README.md 2024-11-23 18:33:27 +01:00
Vinzenz Schroeter
2b54b944b5 add CONTRIBUTING.md 2024-09-07 13:03:05 +02:00
Vinzenz Schroeter
64fe0e2997 move about display section into own file 2024-09-07 12:30:09 +02:00
Vinzenz Schroeter
8a5f7ffa09 link arfst23/ServicePoint 2024-09-07 12:27:07 +02:00
Vinzenz Schroeter
82392283e1 update README 2024-05-26 15:15:31 +02:00
Vinzenz Schroeter
868988cc8d add information about display hardware 2024-05-26 15:08:41 +02:00
Vinzenz Schroeter
ccbba9ad83 split README 2024-05-26 14:53:26 +02:00
Vinzenz Schroeter
f2d98af532 rename to servicepoint, new dir structure, WIP build.rs 2024-05-25 11:16:37 +02:00
Vinzenz Schroeter
bcf040911d move grid functions to trait 2024-05-18 10:54:12 +02:00
Vinzenz Schroeter
312fff95b3 improve text example, fix example in README 2024-05-17 23:05:52 +02:00
Vinzenz Schroeter
8a68de8895 move around readme parts again 2024-05-15 22:59:26 +02:00
Vinzenz Schroeter
1dad113ca1 a bunch of minor changes combined:
- From instead of Into
- unsafe_data_ref for other payloads
- CByteSlice for returning memory spans
- send Packet instead of Into<Packet>
- expose packet layer to C/C#
2024-05-15 20:34:51 +02:00
Vinzenz Schroeter
bca09d7336 examples first, better C# installation 2024-05-13 21:46:22 +02:00
Vinzenz Schroeter
18aa87da92 merge folders 2024-05-13 21:17:20 +02:00
Vinzenz Schroeter
6355b430ee expanded README 2024-05-13 18:59:31 +02:00
Vinzenz Schroeter
62ca9037b6 remove dependency on num 2024-05-12 13:11:42 +02:00
Vinzenz Schroeter
a6bae192dc add badges 2024-05-12 01:49:38 +02:00
Vinzenz Schroeter
9dc13861df update installation 2024-05-12 00:21:48 +02:00
Vinzenz Schroeter
88671ac5c9 add badges 2024-05-12 00:20:26 +02:00
Vinzenz Schroeter
24445dfb79 add README.md 2024-05-12 00:03:10 +02:00