# extendable A crate providing an `Extensions` type similar to [`http::Extensions`](https://docs.rs/http/latest/http/struct.Extensions.html). ## Why not the [extensions](https://docs.rs/extensions) crate? `extensions` requires that `self` for the [methods on `Extensions`](https://docs.rs/extensions/latest/extensions/struct.Extensions.html#method.get) be `'static`, which might not be desirable for your use case. ## License This project is licensed under the [MIT license](https://github.com/zebp/extendable/blob/main/LICENSE).