twitter/pelikan

rust/core: move admin features out of proxy and server

Closed this issue · 1 comments

The admin features in the proxy and server core modules are essentially duplicated. This can be factored out into its own module (eg: core/admin) to reduce duplication.

This was done in #453