distill
distill copied to clipboard
Implement an in-memory transport
By implementing an in-memory transport (just something in-process, like a channel) for RPC (both loader and asset hub server), tokio's IO dependencies can be made optional, greatly reducing the total number of dependencies.
I'm going to give this a try. :grimacing: