Nadja von Reitzenstein Čerpnjak a2552c6759 Hints and Interest fallible methods
2024-05-06 13:27:15 +02:00
2021-02-01 23:23:12 +01:00
2020-10-16 21:48:54 +02:00
2024-04-22 12:37:23 +02:00
2024-03-27 19:43:37 +01:00
2020-10-15 10:25:14 +00:00
2024-04-22 12:37:23 +02:00
2024-04-22 11:00:27 +02:00
2024-04-22 12:37:23 +02:00
2022-11-04 15:23:25 +01:00
2024-03-27 19:43:37 +01:00
2024-04-22 12:37:23 +02:00
2024-03-27 19:43:37 +01:00
2024-04-22 12:37:23 +02:00
2022-11-04 15:25:30 +01:00
2024-04-16 15:03:10 +02:00
2024-04-16 15:03:10 +02:00

FabAccess API

Code generation bugs under c#

When returning an Interface it may be required to append a dummy valueto work around a c# code generation bug.

- whoami @4 () -> ( you :Api.User );
+ whoami @4 () -> ( you :Api.User, dummy :UInt8 = 0 );
Description
FabAccess API based on Cap'n Proto for the communication between Server (Difluoroborane) and Client (Borepin)
Readme MIT 223 KiB
Languages
Cap'n Proto 100%