#extension #typemap #hash-map

extensions

Provides a typemap container with FxHashMap

2 unstable releases

0.2.0 Dec 5, 2019
0.1.0 Dec 5, 2019

#2307 in Data structures

Download history 1144/week @ 2024-01-01 1373/week @ 2024-01-08 1727/week @ 2024-01-15 1918/week @ 2024-01-22 1674/week @ 2024-01-29 1481/week @ 2024-02-05 1961/week @ 2024-02-12 2157/week @ 2024-02-19 2342/week @ 2024-02-26 1086/week @ 2024-03-04 1229/week @ 2024-03-11 1544/week @ 2024-03-18 685/week @ 2024-03-25 1003/week @ 2024-04-01 679/week @ 2024-04-08 697/week @ 2024-04-15

3,095 downloads per month
Used in 4 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