Commit graph

21 commits

Author SHA1 Message Date
Vinzenz Schroeter
c9be3d87ec re-export constants from base lib 2025-04-12 13:04:38 +02:00
Vinzenz Schroeter
69014dff38 wip remove newtypes 2025-04-12 13:04:38 +02:00
Vinzenz Schroeter
38633f0b6b functions for manipulating packets 2025-04-12 13:04:36 +02:00
Vinzenz Schroeter
cf9877ce7b wip remove newtypes 2025-04-12 13:04:30 +02:00
Vinzenz Schroeter
ad4eb27674 wip 80k example 2025-04-12 13:04:23 +02:00
Vinzenz Schroeter
da1c5ebb03 wip update to next servicepoint version 2025-04-12 13:04:21 +02:00
Vinzenz Schroeter
ac3c470b44 fix example path 2025-02-15 13:04:07 +01: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
c92493fad1 move examples into package (include them in published crate) 2024-05-26 13:55:19 +02:00
Vinzenz Schroeter
5514f60c28 exclude packages from tests so cargo test --all works 2024-05-26 13:25:36 +02:00
Vinzenz Schroeter
f759395393 move c_api into binding_c crate, update C# binding 2024-05-26 13:15:11 +02:00
Vinzenz Schroeter
edcad6fd03 improve c build 2024-05-26 11:40:52 +02:00
Vinzenz Schroeter
f2d98af532 rename to servicepoint, new dir structure, WIP build.rs 2024-05-25 11:16:37 +02:00
Vinzenz Schroeter
95928ee85c update language bindings and examples 2024-05-16 23:12:35 +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
5803b71f3a fix c example 2024-05-14 21:46:23 +02:00
Vinzenz Schroeter
18aa87da92 merge folders 2024-05-13 21:17:20 +02:00
Vinzenz Schroeter
3bf5249d08 move c binding into separate dir 2024-05-12 21:33:47 +02:00
Vinzenz Schroeter
27a87cc80a yet another variant of the c library. now the header has to be generated manually. 2024-05-12 21:14:23 +02:00
Vinzenz Schroeter
ff64557d29 improve c library 2024-05-12 20:28:35 +02:00
Vinzenz Schroeter
4bb505650c fix c api, add usage example 2024-05-12 18:28:53 +02:00