I've been working on some code to enumerate serial ports (I didn't find anything in my searches).
So I put together some code which produces similar results to python's serial.tools.list_port.comports.
What I currently have is here: https://github.com/dhylands/serial-ports-rs
I need to add documentation, and tests. I'd love to get information on best practices for documentation.
I'd love to get feedback (any and all forms of feedback would be appreciated).
Thanks