#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

#1852 in Data structures

Download history 703/week @ 2024-07-22 410/week @ 2024-07-29 601/week @ 2024-08-05 710/week @ 2024-08-12 996/week @ 2024-08-19 1061/week @ 2024-08-26 977/week @ 2024-09-02 744/week @ 2024-09-09 771/week @ 2024-09-16 762/week @ 2024-09-23 350/week @ 2024-09-30 364/week @ 2024-10-07 403/week @ 2024-10-14 380/week @ 2024-10-21 295/week @ 2024-10-28 411/week @ 2024-11-04

1,507 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

~130KB