mapped_vec 0.1.1

A crate for a vector that not only stores it's data but also it's order.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "mapped_vec"
version = "0.1.1"
authors = ["LiamTheProgrammer <liamtheprogrammer@gmail.com>"]
edition = "2018"
repository = "https://github.com/LiamTheProgrammer/mapped-vec"
description = "A crate for a vector that not only stores it's data but also it's order."
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]