Nadja Reitzenstein a3b02d8102 whoops, fix
2022-11-04 15:25:30 +01:00
2021-02-01 23:23:12 +01:00
2020-10-16 21:48:54 +02:00
2022-11-01 11:54:01 +01:00
2022-11-01 12:44:33 +01:00
2022-10-31 15:20:12 +01:00
2020-10-15 10:25:14 +00:00
2022-11-04 15:23:25 +01:00
2022-11-01 11:54:01 +01:00
2022-11-04 15:23:25 +01:00
2022-11-01 12:44:33 +01:00
2022-11-01 11:54:01 +01:00
2022-11-04 15:25:30 +01:00
2022-11-01 11:54:01 +01:00
2022-10-31 15:20:12 +01:00
2022-11-04 15:23:25 +01:00
2022-11-01 11:54:01 +01: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%