Crates.io | extendable |
lib.rs | extendable |
version | 0.1.0 |
source | src |
created_at | 2024-04-21 14:45:30.310702 |
updated_at | 2024-04-21 14:45:30.310702 |
description | A library for creating extendable types in Rust. |
homepage | |
repository | https://github.com/zebp/extendable |
max_upload_size | |
id | 1215440 |
size | 7,947 |
A crate providing an Extensions
type similar to http::Extensions
.
extensions
requires that self
for the methods on Extensions
be 'static
, which might not be desirable for your use case.
This project is licensed under the MIT license.