a server that can handle no queries
create ~implementations ~on_unknown_rpc
creates a server capable of responding to
the rpcs implemented in the implementation list. Be careful about setting
on_unknown_rpc
to `Raise
because other programs may mistakenly connect to this
one causing it to crash.