Hi all, this is my first venture into writing a device driver. It's for a fast (40MHz) configurable quadrature counter (iC-Haus iC-MD) that I need for a instrument upgrade project. While that project is super specific to our given setup, I thought the driver for the counter could be interesting for others as well, so I tried to make it user friendly and nice. The device driver is currently only available on GitHub (driver and docs) and not yet feature complete. Once that is done, I plan to upload it to crates.io. Any comments would of course be highly appreciated, especially on what you think of the user-exposed interface, etc. Here's the link: https://github.com/trappitsch/ic-md Thanks!