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

..03-May-2022-

src/H03-May-2022-1,624989

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

.gitignoreH A D11-May-201831 54

.travis.ymlH A D11-May-2018520 2221

Cargo.tomlH A D01-Jan-19701.8 KiB3128

Cargo.toml.orig-cargoH A D11-May-20181.7 KiB4541

LICENSE-APACHEH A D11-May-201810.8 KiB202169

LICENSE-MITH A D11-May-20181.1 KiB2622

README.mdH A D11-May-2018524 168

deploy-docs.shH A D11-May-2018444 2113

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 simple map based on a vector for small integer keys.
14
15Documentation is available at https://contain-rs.github.io/vec-map/vec_map.
16