/service_fn

a fork of Tower's service_fn that allows for a config type to be cloned per request

Primary LanguageRustOtherNOASSERTION

service_fn

A simple fork of Tower's service_fn code, that adds a config type, allowing items initialized in the main() function to be cloned and passed into each request event.