keygraph-rs

Crates.iokeygraph-rs
lib.rskeygraph-rs
version0.2.5
sourcesrc
created_at2017-04-03 21:14:15.291046
updated_at2017-04-08 16:30:54.702893
descriptionA library to generate keyboard adjacency graphs with petgraph
homepage
repositoryhttps://github.com/xd009642/keygraph-rs
max_upload_size
id9534
size36,389
(xd009642)

documentation

README

keyboard-graphs

Build Status License: MIT Latest Version Coverage Status

Introduction

This is a convenience library which stores adjacency graphs for physical keyboards. This can be used for looking at physical patterns on numerous keyboards for tools such as password crackers/analysis tools or potentially to help generate suggested corrections for incorrect user input.

I'm currently implementing this library to aid in my fork of zxcvbn.

Roadmap

  • Comprehensive tests

  • More keyboards (Qwerty UK etc.)

  • Examples

  • Determine most likely keyboard from locale

  • Expansion to non-printable keys?

  • Spacebar

Commit count: 59

cargo fmt