indexed 0.1.1

Convenient allocator for index-linked data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "indexed"
version = "0.1.1"
authors = ["oooutlk <oooutlk@outlook.com>"]
license = "MIT"
keywords = [ "pool", "index", "pin", "vec", "allocator" ]
readme = "README.md"
repository = "https://github.com/oooutlk/indexed"
documentation = "https://docs.rs/indexed"
categories = [ "memory-management", "data-structures", "no-std" ]
description = "Convenient allocator for index-linked data structures"

[features]
no_std = []