#typemap #extensions #hashmap

extensions

Provides a typemap container with FxHashMap

2 unstable releases

0.2.0 Dec 5, 2019
0.1.0 Dec 5, 2019

#13 in #typemap

Download history 1984/week @ 2022-12-05 2197/week @ 2022-12-12 739/week @ 2022-12-19 561/week @ 2022-12-26 1475/week @ 2023-01-02 1917/week @ 2023-01-09 2394/week @ 2023-01-16 1365/week @ 2023-01-23 1611/week @ 2023-01-30 2069/week @ 2023-02-06 1846/week @ 2023-02-13 2317/week @ 2023-02-20 1387/week @ 2023-02-27 2143/week @ 2023-03-06 2339/week @ 2023-03-13 1687/week @ 2023-03-20

7,610 downloads per month
Used in 3 crates (via jsonrpc-v2)

MIT/Apache

8KB
114 lines

extensions

Docs Crates.io

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.

Dependencies

~135KB