Crates.io | extensions |
lib.rs | extensions |
version | 0.2.0 |
source | src |
created_at | 2019-12-05 16:16:21.791323 |
updated_at | 2019-12-05 17:31:21.275529 |
description | Provides a typemap container with FxHashMap |
homepage | |
repository | https://github.com/kardeiz/extensions |
max_upload_size | |
id | 186684 |
size | 7,563 |
Extensions
is a typemap
for Any
values, similar to typemap
,
http::Extensions
, and actix-http::Extensions
.
Provides the best of both http::Extensions
and actix_http::Extensions
, with some code and tests drawn directly from actix-http::Extensions
.
Useful when you need a typemap container, but not in the context of actix-web
or an http
project.