No description
Find a file
LordMZTE ee15231a47 KeyState uses flag to determine event type instead of seperate parameter
added is_down method to KeyState
added more tests
add get_flag and has_one_bit_set functions to lib.rs
change main.rs to use is_down instead of w_param for checking event type
2020-09-01 01:18:34 +02:00
src KeyState uses flag to determine event type instead of seperate parameter 2020-09-01 01:18:34 +02:00
.gitignore actually add Cargo.lock to gitignore 2020-08-25 23:05:37 +02:00
Cargo.toml bump version 2020-08-26 16:21:38 +02:00
README.md add readme 2020-08-25 23:24:52 +02:00

jenslog-rs


improved version of jenslog written in Rust


can currently log to the console or to a file if the file argument is supplied