jsonrpclib
jsonrpclib copied to clipboard
A cross-platform (JVM, JS, Native) pure-Scala JsonRPC library, made with Cats Effect, fs2, and jsoniter
Adds a `smithy4s` module, allowing to automatically derive endpoints and stubs from smithy definitions Todos : - [ ] Find better names ? - [ ] Unit tests - [...
When I started this library, fs2 wasn't compiling to SN, and I had established a pretty arbitrary separation ... Standardising over fs2 would simplify some parts of the code a...
For possibly more graceful shutdown
Just dropping this in here as a reminder once the Steward PR comes in. There was just a new release of mill-tpolecat that includes https://github.com/DavidGregory084/mill-tpolecat/pull/18. The goal is to get...
In the switch to jsoniter-circe in #83, we accidentally started encoding `error:null` and some implementations don't like that. It's also against the spec: > error > This member is REQUIRED...