evdev-rs/examples
Noah 3581aa25e0
Syncing impl (#36)
* WIP syncing impl

* Finish up syncing impl

* Reorganize synchronization code + add more docs

* Wrap libc::input_id

* Remove thread::sleep used for testing

* Make EventStream::Item io::Result<InputEvent>

* Add RawDevice::empty_state()

* Update Device rustdoc

* Make raw/sync_stream naming consistent

* Update crate docs

* Fix missing first event of block

* Owned AttributeSet, borrowed AttributeSetRef

* Add some basic syncing tests

* Add some more syncing tests
2021-03-16 20:38:42 -06:00
..
evtest.rs Syncing impl (#36) 2021-03-16 20:38:42 -06:00
evtest_nonblocking.rs Syncing impl (#36) 2021-03-16 20:38:42 -06:00
evtest_tokio.rs Syncing impl (#36) 2021-03-16 20:38:42 -06:00