keyset 0.1.1

A Rust tool to create pretty keyset layout diagrams using correct fonts and icons.
Documentation
1
2
3
4
5
mod rect;
mod vector;

pub use rect::{Rect, RoundRect};
pub use vector::Vec2;