• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-1,7731,173

.android-checksum.jsonD04-Jul-20251.1 KiB11

.cargo-checksum.jsonD04-Jul-2025659 11

Android.bpD04-Jul-2025871 3228

Cargo.tomlD04-Jul-20251.2 KiB4640

LICENSED04-Jul-202510.6 KiB202169

LICENSE-APACHED04-Jul-202510.6 KiB202169

METADATAD04-Jul-2025432 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025822 2010

TEST_MAPPINGD04-Jul-2025100 87

cargo_embargo.jsonD04-Jul-202551 44

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