keygraph-rs 0.2.5

A library to generate keyboard adjacency graphs with petgraph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
lazy_static = "0.2"
petgraph = "0.4.4"

[package]
authors = ["Daniel McKenna <danielmckenna93@gmail.com>"]
description = "A library to generate keyboard adjacency graphs with petgraph"
license = "MIT/Apache-2.0"
name = "keygraph-rs"
readme = "README.md"
repository = "https://github.com/xd009642/keygraph-rs"
version = "0.2.5"