• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-1,489935

tests/H03-May-2022-490403

.cargo-checksum.jsonH A D03-May-202289 11

.gitignoreH A D28-May-201518 32

.travis.ymlH A D29-Mar-2017586 2120

Cargo.tomlH A D01-Jan-19701.3 KiB4438

Cargo.toml.orig-cargoH A D29-Jan-2018821 2823

LICENSE-APACHEH A D28-May-201510.6 KiB202169

LICENSE-MITH A D28-May-20151 KiB2622

README.mdH A D26-Jul-2017535 168

deploy-docs.shH A D29-Mar-2017377 1911

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://contain-rs.github.io/linked-hash-map/linked_hash_map.
16