capillary 0.4.0

Library for HashMap-like storage of key-value pairs, but allowing for step-by-step (partial) search of value.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "capillary"
version = "0.4.0"
edition = "2021"
description = "Library for HashMap-like storage of key-value pairs, but allowing for step-by-step (partial) search of value."
repository = "https://github.com/nfejzic/capillary"
license = "MIT"

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

[dependencies]
petgraph = { version = "0.6.2", default-features = false, features = [ "stable_graph" ]}