libudevpp is a small wrapper around libudev to provide an OOD approach to using libudev functionality
The libudev documentation is being used as a guide to cover functionality in libuev.
There is only currently partial coverage of libudev:
udev
- no log methods implementedudev_device
- several methods missingudev_monitor
- several methods missing, such as filteringudev_enumerate
- All implemented apart fromudev_enumerate_add_match_parent
udev_queue
- No implementation