extendable
A crate providing an Extensions
type similar to http::Extensions
.
Why not the extensions crate?
extensions
requires that self
for the methods on Extensions
be 'static
, which might not be desirable for your use case.
License
This project is licensed under the MIT license.