extendable 0.1.0

A library for creating extendable types in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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).