• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-1,495936

tests/03-May-2024-490403

.cargo_vcs_info.jsonD03-May-202474 65

.gitignoreD03-May-202418 32

Android.bpD03-May-20243.5 KiB127113

Cargo.tomlD03-May-20241.3 KiB4539

Cargo.toml.origD03-May-2024838 2924

LICENSED03-May-202410.6 KiB202169

LICENSE-APACHED03-May-202410.6 KiB202169

LICENSE-MITD03-May-20241 KiB2622

METADATAD03-May-2024430 2019

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202440 21

README.mdD03-May-2024506 168

TEST_MAPPINGD03-May-2024432 2120

README.md

1**WARNING: THIS PROJECT IS IN MAINTENANCE MODE, DUE TO INSUFFICIENT MAINTAINER RESOURCES**
2
3It works fine, but will generally no longer be improved.
4
5We are currently only accepting changes which:
6
7* keep this compiling with the latest versions of Rust or its dependencies.
8* have minimal review requirements, such as documentation changes (so not totally new APIs).
9
10------
11
12
13A HashMap wrapper that holds key-value pairs in insertion order.
14
15Documentation is available at https://docs.rs/linked-hash-map.
16