boomerang_tinymap 0.1.0

A tiny, fast, and simple Slotkey-type map implementation for Boomerang.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
[dev-dependencies.itertools]
version = "0.10"

[dev-dependencies.rayon]
version = "1.7"

[package]
authors = ["John Hughes <jondo2010@gmail.com>"]
description = "A tiny, fast, and simple Slotkey-type map implementation for Boomerang."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "boomerang_tinymap"
readme = "README.md"
repository = "https://github.com/jondo2010/boomerang"
resolver = "1"
version = "0.1.0"