pizarra 3.0.1

The backend for a simple vector hand-drawing application
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Copy, Clone)]
pub enum Key {
    Shift,
    Escape,

    /// Everything else
    Unknown,
}