Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 1,495 | 936 | ||
tests/ | 03-May-2024 | - | 490 | 403 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 74 | 6 | 5 | |
.gitignore | D | 03-May-2024 | 18 | 3 | 2 | |
Android.bp | D | 03-May-2024 | 3.5 KiB | 127 | 113 | |
Cargo.toml | D | 03-May-2024 | 1.3 KiB | 45 | 39 | |
Cargo.toml.orig | D | 03-May-2024 | 838 | 29 | 24 | |
LICENSE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
LICENSE-APACHE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | D | 03-May-2024 | 1 KiB | 26 | 22 | |
METADATA | D | 03-May-2024 | 430 | 20 | 19 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 506 | 16 | 8 | |
TEST_MAPPING | D | 03-May-2024 | 432 | 21 | 20 |
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