Building a Lightweight SDK Compatible with Micro Without `effect/rpc` Dependency
I want to build an SDK which gets bundled by consumers. That is why I want to be easy on their dependency tree. I checked the codebase of
effect/rpc and saw that it relies on the effect package. I assume there is currently no chance to use effect/rpc with Micro, right?