• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-1,7731,173

.cargo_vcs_info.jsonD03-May-202494 66

.gitignoreD03-May-202418 32

Android.bpD03-May-20241.9 KiB5854

Cargo.tomlD03-May-20241.2 KiB4640

Cargo.toml.origD03-May-2024770 3024

LICENSED03-May-202410.6 KiB202169

LICENSE-APACHED03-May-202410.6 KiB202169

LICENSE-MITD03-May-20241 KiB2622

METADATAD03-May-2024680 2422

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202440 21

README.mdD03-May-2024822 2010

TEST_MAPPINGD03-May-2024157 98

cargo2android.jsonD03-May-202436 54

README.md

1![Rust CI](https://github.com/contain-rs/linked-hash-map/workflows/Rust/badge.svg?branch=master) [![crates.io](https://img.shields.io/crates/v/linked-hash-map.svg)](https://crates.io/crates/linked-hash-map) [![](https://docs.rs/linked-hash-map/badge.svg)](https://docs.rs/linked-hash-map)
2
3
4**WARNING: THIS PROJECT IS IN MAINTENANCE MODE, DUE TO INSUFFICIENT MAINTAINER RESOURCES**
5
6It works fine, but will generally no longer be improved.
7
8We are currently only accepting changes which:
9
10* fix correctness issues
11* keep this compiling with the latest versions of Rust or its dependencies.
12* have minimal review requirements, such as documentation changes (so not totally new APIs).
13
14------
15
16
17A HashMap wrapper that holds key-value pairs in insertion order.
18
19Documentation is available at https://docs.rs/linked-hash-map.
20